mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 14:06:00 +00:00
set filter modal
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { getFormContext } from './FormProviderCore.svelte';
|
||||
import FromCheckboxFieldRaw from './FromCheckboxFieldRaw.svelte';
|
||||
import FormCheckboxFieldRaw from './FormCheckboxFieldRaw.svelte';
|
||||
|
||||
export let label;
|
||||
export let name;
|
||||
@@ -18,5 +18,5 @@
|
||||
{...templateProps}
|
||||
labelProps={disabled ? { disabled: true } : { onClick: () => setFieldValue(name, !$values[name]) }}
|
||||
>
|
||||
<FromCheckboxFieldRaw {name} {...$$restProps} {disabled} />
|
||||
<FormCheckboxFieldRaw {name} {...$$restProps} {disabled} />
|
||||
</svelte:component>
|
||||
|
||||
Reference in New Issue
Block a user