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 ( -
+ +
Выбрана
- ); }