This commit is contained in:
Ivan 2025-02-10 16:13:33 +03:00
parent 3c3a6c773b
commit 7214e4a581
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ function TabInputOperation({
{!createSchema ? (
<PickSchema
items={sortedItems}
value={attachedID}
value={attachedID ?? null}
itemType={LibraryItemType.RSFORM}
onChange={onChangeAttachedID}
rows={8}

View File

@ -25,7 +25,7 @@ function TabSource({ selected, receiver, setSelected }: TabSourceProps) {
items={sortedItems}
itemType={LibraryItemType.RSFORM}
rows={14}
value={selected}
value={selected ?? null}
onChange={setSelected}
/>
<div className='flex items-center gap-6 '>