Skip to content

Commit

Permalink
Incorrect form encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Nov 15, 2024
1 parent b5eb807 commit e04df9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(v2)/v2/component-regen/Form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
const { form, message, delayed, errors, allErrors, enhance } = superform;
</script>

<form method="POST" enctype="application/json" use:enhance {...$$restProps}>
<form method="POST" use:enhance {...$$restProps}>
<slot
form={superform}
data={$form}
Expand Down

0 comments on commit e04df9b

Please # to comment.