fix lint
This commit is contained in:
parent
547b1ded61
commit
46903e36ef
|
@ -3,6 +3,7 @@
|
|||
import { onMount, createEventDispatcher } from "svelte"
|
||||
import { flags } from "stores/backend"
|
||||
import { helpers } from "@budibase/shared-core"
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
|
||||
export let value
|
||||
|
|
Loading…
Reference in New Issue