mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 04:56:00 +00:00
column editor dialog
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
|
||||
export let label;
|
||||
export let name;
|
||||
export let disabled;
|
||||
export let disabled = false;
|
||||
export let templateProps = {};
|
||||
|
||||
const { template, setFieldValue, values } = getFormContext();
|
||||
|
||||
</script>
|
||||
|
||||
<svelte:component
|
||||
|
||||
Reference in New Issue
Block a user