1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00
This commit is contained in:
Mel O'Hagan 2022-11-21 16:24:24 +00:00
parent f1c6d15999
commit f385d7a6a9

View file

@ -1,13 +1,10 @@
<script>
import ColumnEditor from "./ColumnEditor.svelte"
import { createEventDispatcher } from "svelte"
const dispatch = createEventDispatcher()
</script>
<ColumnEditor
{...$$props}
on:change={e => dispatch("change", e.detail)}
on:change
allowCellEditing={false}
subject="Dynamic Filter"
/>