Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aptkingston committed Feb 13, 2025
1 parent bdcda34 commit 75a0ded
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
} from "@budibase/types"
import PropField from "./PropField.svelte"
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"
export let automation
Expand Down Expand Up @@ -915,10 +913,7 @@
{bindings}
{schema}
panel={AutomationBindingPanel}
on:change={e => {
console.log("new val", e.detail)
onChange({ [key]: e.detail })
}}
on:change={e => onChange({ [key]: e.detail })}
context={$memoContext}
value={inputData[key]}
/>
Expand Down

0 comments on commit 75a0ded

Please sign in to comment.