mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
fix
This commit is contained in:
@@ -114,6 +114,7 @@
|
||||
isNative
|
||||
value={selectedFormatType}
|
||||
on:change={e => (selectedFormatType = e.detail)}
|
||||
data-testid="CellDataWidget_selectFormat"
|
||||
options={[
|
||||
{ value: 'autodetect', label: `Autodetect - ${autodetectFormat.title}` },
|
||||
...formats.map(fmt => ({ label: fmt.title, value: fmt.type })),
|
||||
|
||||
Reference in New Issue
Block a user