Skip to content

Commit e7ebc12

Browse files
committed
Cleanup
1 parent e60b4a4 commit e7ebc12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/routes/tests/array-component/AutoComplete.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import type { ZodValidation, FormPathArrays } from '$lib';
99
import type { SuperForm } from '$lib/client';
1010
import { arrayProxy, type TaintOptions } from '$lib/client';
11-
import SuperDebug from '$lib/client/SuperDebug.svelte';
1211
1312
export let form: SuperForm<ZodValidation<T>, unknown>;
1413
export let field: FormPathArrays<z.infer<T>>;
@@ -19,8 +18,6 @@
1918
const { values, errors, fieldErrors } = arrayProxy(form, field, { taint });
2019
</script>
2120

22-
<SuperDebug label="Component fieldErrors" data={$fieldErrors} />
23-
2421
{#if label}<label for={field}>{label}</label>{/if}
2522

2623
<!-- Note that the selected attribute is required for this to work without JS -->

0 commit comments

Comments
 (0)