mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
set filter modal
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { getFormContext } from './FormProviderCore.svelte';
|
||||
import FromTextFieldRaw from './FromTextFieldRaw.svelte';
|
||||
import FormTextFieldRaw from './FormTextFieldRaw.svelte';
|
||||
|
||||
export let label;
|
||||
export let name;
|
||||
@@ -11,5 +11,5 @@
|
||||
</script>
|
||||
|
||||
<svelte:component this={template} type="text" {label} {...templateProps}>
|
||||
<FromTextFieldRaw {name} {...$$restProps} {focused} />
|
||||
<FormTextFieldRaw {name} {...$$restProps} {focused} />
|
||||
</svelte:component>
|
||||
|
||||
Reference in New Issue
Block a user