Lint
This commit is contained in:
parent
bdcda34f26
commit
75a0dede6a
|
@ -62,8 +62,6 @@
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import PropField from "./PropField.svelte"
|
import PropField from "./PropField.svelte"
|
||||||
import { utils } from "@budibase/shared-core"
|
import { utils } from "@budibase/shared-core"
|
||||||
import { encodeJSBinding } from "@budibase/string-templates"
|
|
||||||
import CodeEditorField from "@/components/common/bindings/CodeEditorField.svelte"
|
|
||||||
import DrawerBindableCodeEditorField from "@/components/common/bindings/DrawerBindableCodeEditorField.svelte"
|
import DrawerBindableCodeEditorField from "@/components/common/bindings/DrawerBindableCodeEditorField.svelte"
|
||||||
|
|
||||||
export let automation
|
export let automation
|
||||||
|
@ -915,10 +913,7 @@
|
||||||
{bindings}
|
{bindings}
|
||||||
{schema}
|
{schema}
|
||||||
panel={AutomationBindingPanel}
|
panel={AutomationBindingPanel}
|
||||||
on:change={e => {
|
on:change={e => onChange({ [key]: e.detail })}
|
||||||
console.log("new val", e.detail)
|
|
||||||
onChange({ [key]: e.detail })
|
|
||||||
}}
|
|
||||||
context={$memoContext}
|
context={$memoContext}
|
||||||
value={inputData[key]}
|
value={inputData[key]}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue