From b3ecae5d3d118b437861c58328e79b791ccd7741 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:20:25 +0300 Subject: [PATCH] M: Improve InlineSynthesis UI --- .../dialogs/DlgInlineSynthesis/TabSchema.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/rsconcept/frontend/src/dialogs/DlgInlineSynthesis/TabSchema.tsx b/rsconcept/frontend/src/dialogs/DlgInlineSynthesis/TabSchema.tsx index 786ba542..465d0a9c 100644 --- a/rsconcept/frontend/src/dialogs/DlgInlineSynthesis/TabSchema.tsx +++ b/rsconcept/frontend/src/dialogs/DlgInlineSynthesis/TabSchema.tsx @@ -23,7 +23,15 @@ function TabSchema({ selected, receiver, setSelected }: TabSchemaProps) { return ( -
+ +
Выбрана
- ); }