From f73badebaaf64eafe042c59e7549d8ccc79cfacd Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:03:37 +0300 Subject: [PATCH] Minor UI fixes --- rsconcept/frontend/src/components/RSInput/index.tsx | 2 +- .../src/dialogs/DlgConstituentaTemplate/ArgumentsTab.tsx | 2 +- .../src/dialogs/DlgConstituentaTemplate/ConstituentaTab.tsx | 4 ++-- .../src/dialogs/DlgConstituentaTemplate/TemplateTab.tsx | 2 +- rsconcept/frontend/src/dialogs/DlgCreateCst.tsx | 4 ++-- .../frontend/src/pages/RSFormPage/EditorConstituenta.tsx | 6 ++---- .../frontend/src/pages/RSFormPage/EditorRSExpression.tsx | 2 +- .../src/pages/RSFormPage/elements/ViewSideConstituents.tsx | 2 +- 8 files changed, 11 insertions(+), 13 deletions(-) diff --git a/rsconcept/frontend/src/components/RSInput/index.tsx b/rsconcept/frontend/src/components/RSInput/index.tsx index 57446ff3..d0770cc8 100644 --- a/rsconcept/frontend/src/components/RSInput/index.tsx +++ b/rsconcept/frontend/src/components/RSInput/index.tsx @@ -45,7 +45,7 @@ const editorSetup: BasicSetupOptions = { interface RSInputProps extends Pick { label?: string dimensions?: string diff --git a/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ArgumentsTab.tsx b/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ArgumentsTab.tsx index b0fca732..3d2793ed 100644 --- a/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ArgumentsTab.tsx +++ b/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ArgumentsTab.tsx @@ -177,7 +177,7 @@ function ArgumentsTab({ state, schema, partialUpdate }: ArgumentsTabProps) { diff --git a/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ConstituentaTab.tsx b/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ConstituentaTab.tsx index abf1ee07..8776021d 100644 --- a/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ConstituentaTab.tsx +++ b/rsconcept/frontend/src/dialogs/DlgConstituentaTemplate/ConstituentaTab.tsx @@ -40,7 +40,7 @@ function ConstituentaTab({state, partialUpdate}: ConstituentaTabProps) { /> partialUpdate({definition_formal: value})} /> @@ -52,7 +52,7 @@ function ConstituentaTab({state, partialUpdate}: ConstituentaTabProps) { onChange={event => partialUpdate({ definition_raw: event.target.value })} />