mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
fixed crash #268
This commit is contained in:
parent
72f5710dfd
commit
32228d542a
@ -113,10 +113,10 @@
|
||||
label: 'Choose column',
|
||||
value: '',
|
||||
},
|
||||
...tableInfo.columns.map(col => ({
|
||||
...(tableInfo?.columns?.map(col => ({
|
||||
label: col.columnName,
|
||||
value: col.columnName,
|
||||
})),
|
||||
})) || []),
|
||||
]}
|
||||
/>
|
||||
{/key}
|
||||
|
Loading…
Reference in New Issue
Block a user