mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 10:53:57 +00:00
fixed crash #268
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user