fixed crash #268

This commit is contained in:
Jan Prochazka 2022-04-21 08:41:53 +02:00
parent 72f5710dfd
commit 32228d542a

View File

@ -113,10 +113,10 @@
label: 'Choose column',
value: '',
},
...tableInfo.columns.map(col => ({
...(tableInfo?.columns?.map(col => ({
label: col.columnName,
value: col.columnName,
})),
})) || []),
]}
/>
{/key}