mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
M: Improve InlineSynthesis UI
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
This commit is contained in:
parent
fcfc2e909b
commit
0dceb1d0c2
|
@ -23,6 +23,14 @@ function TabSchema({ selected, receiver, setSelected }: TabSchemaProps) {
|
|||
|
||||
return (
|
||||
<AnimateFade className='flex flex-col'>
|
||||
<PickSchema
|
||||
id='dlg_schema_picker' // prettier: split lines
|
||||
items={sortedItems}
|
||||
itemType={LibraryItemType.RSFORM}
|
||||
rows={14}
|
||||
value={selected}
|
||||
onSelectValue={setSelected}
|
||||
/>
|
||||
<div className='flex items-center gap-6 '>
|
||||
<span className='select-none'>Выбрана</span>
|
||||
<TextInput
|
||||
|
@ -35,14 +43,6 @@ function TabSchema({ selected, receiver, setSelected }: TabSchemaProps) {
|
|||
dense
|
||||
/>
|
||||
</div>
|
||||
<PickSchema
|
||||
id='dlg_schema_picker' // prettier: split lines
|
||||
items={sortedItems}
|
||||
itemType={LibraryItemType.RSFORM}
|
||||
rows={14}
|
||||
value={selected}
|
||||
onSelectValue={setSelected}
|
||||
/>
|
||||
</AnimateFade>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user