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