Merged in feat/LOY-201-Employee-benefits-auth-card-sidebar (pull request #1891)
Feat(LOY-201): Employee benefits auth card sidebar * feat(LOY-201): WIP - add EmployeeBenefitsAuthCard component to Sidebar and update dynamic content enum * feat(LOY-201): reorganize EmployeeBenefitsAuthCard * chore: remove debug console logs from DynamicContent handling Approved-by: Christian Andolf
This commit is contained in:
@@ -49,9 +49,13 @@ export namespace DynamicContentEnum {
|
||||
export namespace Sidebar {
|
||||
export const enum components {
|
||||
my_pages_navigation = "my_pages_navigation",
|
||||
employee_benefits_auth_card = "employee_benefits_auth_card",
|
||||
}
|
||||
|
||||
/** Type needed to satisfy zod enum type */
|
||||
export const enums: [string, ...string[]] = [components.my_pages_navigation]
|
||||
export const enums: [string, ...string[]] = [
|
||||
components.my_pages_navigation,
|
||||
components.employee_benefits_auth_card,
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user