fix nit npm run check

This commit is contained in:
Ruben Fiszel
2025-11-30 17:46:32 +00:00
parent 9f2ca01e5e
commit d9ccc4c999

View File

@@ -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
>
<JsonInputs
bind:this={jsonEditor}
on:select={(e) => {
if (e.detail) {
args = e.detail