Skip to content

Commit e04df9b

Browse files
committed
Incorrect form encoding
1 parent b5eb807 commit e04df9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(v2)/v2/component-regen/Form.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const { form, message, delayed, errors, allErrors, enhance } = superform;
2626
</script>
2727

28-
<form method="POST" enctype="application/json" use:enhance {...$$restProps}>
28+
<form method="POST" use:enhance {...$$restProps}>
2929
<slot
3030
form={superform}
3131
data={$form}

0 commit comments

Comments
 (0)