mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
fixed crash #268
This commit is contained in:
@@ -113,10 +113,10 @@
|
||||
label: 'Choose column',
|
||||
value: '',
|
||||
},
|
||||
...tableInfo.columns.map(col => ({
|
||||
...(tableInfo?.columns?.map(col => ({
|
||||
label: col.columnName,
|
||||
value: col.columnName,
|
||||
})),
|
||||
})) || []),
|
||||
]}
|
||||
/>
|
||||
{/key}
|
||||
|
||||
Reference in New Issue
Block a user