diff --git a/rsconcept/frontend/src/app/ApplicationLayout.tsx b/rsconcept/frontend/src/app/ApplicationLayout.tsx index e2ca204d..8a65e672 100644 --- a/rsconcept/frontend/src/app/ApplicationLayout.tsx +++ b/rsconcept/frontend/src/app/ApplicationLayout.tsx @@ -25,7 +25,7 @@ export function ApplicationLayout() { return ( -
+
-
-
-
+
+ +
diff --git a/rsconcept/frontend/src/app/MutationErrors.tsx b/rsconcept/frontend/src/app/MutationErrors.tsx index ffee0201..23f7fefe 100644 --- a/rsconcept/frontend/src/app/MutationErrors.tsx +++ b/rsconcept/frontend/src/app/MutationErrors.tsx @@ -1,8 +1,7 @@ -import clsx from 'clsx'; - import { useMutationErrors } from '@/backend/useMutationErrors'; import { Button } from '@/components/Control'; import { DescribeError } from '@/components/InfoError'; +import { ModalBackdrop } from '@/components/Modal/ModalBackdrop'; import { useEscapeKey } from '@/hooks/useEscapeKey'; import { useDialogsStore } from '@/stores/dialogs'; @@ -19,18 +18,11 @@ export function MutationErrors() { hideDialog(); return ( -
-
-
-
+
+ +

Ошибка при обработке

-
+