diff --git a/frontend/src/lib/components/ScriptEditor.svelte b/frontend/src/lib/components/ScriptEditor.svelte index 78cf810eb1..e77d91ca63 100644 --- a/frontend/src/lib/components/ScriptEditor.svelte +++ b/frontend/src/lib/components/ScriptEditor.svelte @@ -126,7 +126,6 @@ }: Props = $props() let initialArgs = structuredClone($state.snapshot(args)) - let jsonEditor: JsonInputs | undefined = $state(undefined) let jsonView = $state(false) let schemaHeight = $state(0) @@ -725,7 +724,6 @@ data-schema-picker > { if (e.detail) { args = e.detail