mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 11:45:59 +00:00
excel import - ability to skip header
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
|
||||
{#if arg.type == 'text'}
|
||||
<FormTextField label={arg.label} {name} defaultValue={arg.default} />
|
||||
{:else if arg.type == 'number'}
|
||||
<FormTextField label={arg.label} type="number" {name} defaultValue={arg.default} />
|
||||
{:else if arg.type == 'checkbox'}
|
||||
<FormCheckboxField label={arg.label} {name} defaultValue={arg.default} />
|
||||
{:else if arg.type == 'select'}
|
||||
|
||||
Reference in New Issue
Block a user