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