Merge branch 'develop' into MED-97

This commit is contained in:
2025-09-26 17:01:24 +03:00
86 changed files with 11249 additions and 3151 deletions

View File

@@ -52,7 +52,6 @@ function SidebarContainer(props: {
<SidebarContent>
<SidebarNavigation config={config} />
</SidebarContent>
</Sidebar>
);
}

View File

@@ -30,7 +30,9 @@ const HealthBenefitFields = () => {
<Select {...field} onValueChange={field.onChange}>
<SelectTrigger>
<SelectValue
placeholder={<Trans i18nKey="common:formField:occurrence" />}
placeholder={
<Trans i18nKey="common:formField:occurrence" />
}
/>
</SelectTrigger>

View File

@@ -55,7 +55,9 @@ async function TeamAccountMembersPage({ params }: TeamAccountMembersPageProps) {
<>
<TeamAccountLayoutPageHeader
title={<Trans i18nKey={'common:routes.companyMembers'} />}
description={<AppBreadcrumbs values={{ [account.slug]: account.name }}/>}
description={
<AppBreadcrumbs values={{ [account.slug]: account.name }} />
}
/>
<PageBody>

View File

@@ -48,7 +48,9 @@ async function TeamAccountSettingsPage(props: TeamAccountSettingsPageProps) {
<>
<TeamAccountLayoutPageHeader
title={<Trans i18nKey={'teams:settings.pageTitle'} />}
description={<AppBreadcrumbs values={{ [account.slug]: account.name }} />}
description={
<AppBreadcrumbs values={{ [account.slug]: account.name }} />
}
/>
<PageBody>