Skip to content

Commit 83ebe0e

Browse files
committed
Removed errors
1 parent 62c82b7 commit 83ebe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(v2)/v2/validity-objects/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
export let data;
88
9-
const { form, errors, tainted, message, enhance } = superForm(data.form, {
9+
const { form, message, enhance } = superForm(data.form, {
1010
taintedMessage: false,
1111
dataType: 'json',
1212
customValidity: true,

0 commit comments

Comments
 (0)