mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 14:06:00 +00:00
selectfield using svelte select
This commit is contained in:
@@ -14,8 +14,4 @@
|
||||
}));
|
||||
</script>
|
||||
|
||||
{#if databaseOptions.length == 0}
|
||||
<div>Not available</div>
|
||||
{:else}
|
||||
<FormSelectField {...$$restProps} options={databaseOptions} />
|
||||
{/if}
|
||||
<FormSelectField {...$$restProps} options={databaseOptions} />
|
||||
|
||||
Reference in New Issue
Block a user