Skip to content

Commit

Permalink
Disable debug flag on SuperForm
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed May 4, 2024
1 parent 1262df7 commit f9a20da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/components/Forms/ModelForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
let:data
let:initialData
validators={zod(schema)}
debug
{...$$restProps}
>
<input type="hidden" name="urlmodel" value={model.urlModel} />
Expand Down

0 comments on commit f9a20da

Please sign in to comment.