From 4ed6975d845e08edacf4743db18015ed3e4cfae8 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Fri, 30 Aug 2024 20:18:04 +0300 Subject: [PATCH] M: Small UI fixes --- .../src/components/info/InfoConstituenta.tsx | 4 ++-- .../src/components/select/PickConstituenta.tsx | 1 + rsconcept/frontend/src/components/ui/Modal.tsx | 7 ++++++- .../DlgConstituentaTemplate.tsx | 15 ++++++++++++++- .../RSFormPage/EditorRSList/EditorRSList.tsx | 2 +- .../frontend/src/pages/RSFormPage/MenuRSTabs.tsx | 2 +- rsconcept/frontend/src/utils/labels.ts | 1 + 7 files changed, 26 insertions(+), 6 deletions(-) diff --git a/rsconcept/frontend/src/components/info/InfoConstituenta.tsx b/rsconcept/frontend/src/components/info/InfoConstituenta.tsx index 4ab13c7a..2b4b8c83 100644 --- a/rsconcept/frontend/src/components/info/InfoConstituenta.tsx +++ b/rsconcept/frontend/src/components/info/InfoConstituenta.tsx @@ -12,7 +12,7 @@ interface InfoConstituentaProps extends CProps.Div { function InfoConstituenta({ data, className, ...restProps }: InfoConstituentaProps) { return ( -
+
Выражение: {data.definition_formal}
diff --git a/rsconcept/frontend/src/components/select/PickConstituenta.tsx b/rsconcept/frontend/src/components/select/PickConstituenta.tsx index 976c2f3b..c380d9e2 100644 --- a/rsconcept/frontend/src/components/select/PickConstituenta.tsx +++ b/rsconcept/frontend/src/components/select/PickConstituenta.tsx @@ -90,6 +90,7 @@ function PickConstituenta({