diff --git a/apps/schools/domains/user/components/profile/profileEdit/index.tsx b/apps/schools/domains/user/components/profile/profileEdit/index.tsx index bfb1756e..7ccfc3da 100644 --- a/apps/schools/domains/user/components/profile/profileEdit/index.tsx +++ b/apps/schools/domains/user/components/profile/profileEdit/index.tsx @@ -63,7 +63,7 @@ export function ProfileEdit() { required={true} label={ - * Ф.И.О. + * Ф.И.О. } name={USER_NAME} @@ -78,7 +78,7 @@ export function ProfileEdit() { required={true} label={ - * Email сотрудника + * Email сотрудника } name={USER_EMAIL} diff --git a/apps/schools/domains/user/components/profile/profileInfo/index.tsx b/apps/schools/domains/user/components/profile/profileInfo/index.tsx index 78e0a7b7..1c8f00ab 100644 --- a/apps/schools/domains/user/components/profile/profileInfo/index.tsx +++ b/apps/schools/domains/user/components/profile/profileInfo/index.tsx @@ -40,11 +40,7 @@ export function ProfileInfo() { ) : ( results.data?.results.map((employee) => (
- + router.push(RoutePath[AppRoutes.USER_EDIT])}> + diff --git a/apps/schools/pages/_app.tsx b/apps/schools/pages/_app.tsx index e474bc22..71ee6594 100644 --- a/apps/schools/pages/_app.tsx +++ b/apps/schools/pages/_app.tsx @@ -10,7 +10,8 @@ import Head from 'next/head' import { OrganizationProvider } from '@domains/organization/providers/organizationProvider' import { BaseLayout } from '@domains/common/components/containers/BaseLayoutComponents/BaseLayout' import { LayoutContextProvider } from '@domains/user/providers/baseLayoutProvider' -import { message } from 'antd' +import { ConfigProvider, message } from 'antd' +import ru_RU from 'antd/lib/locale/ru_RU' import { EventBusProvider } from '@domains/common/providers/eventBusProvider' import { AppRoutes, RoutePath } from '@domains/common/constants/routerEnums' @@ -49,17 +50,19 @@ function MyApp({ Component, pageProps }: CustomAppProps): JSX.Element { - - - - Открытые школы - - - - - - - + + + + + Открытые школы + + + + + + + +