Skip to content

Commit fba2395

Browse files
committed
Fixed navigation.
1 parent 4ff088b commit fba2395

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

src/routes/(v2)/v2/+layout.server.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/routes/(v2)/v2/Navigation.svelte

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
<script lang="ts">
2-
export let testDirs: string[];
2+
const testDirs = [
3+
'allow-files',
4+
'array-proxy',
5+
'boolean-same-union',
6+
'catchall',
7+
'custom-tainted-dialog',
8+
'defaults-fail',
9+
'dynamic-validators',
10+
'empty-enum',
11+
'issue-309-unions',
12+
'issue-332-arrays',
13+
'issue-337-checkboxes',
14+
'issue-345',
15+
'letters',
16+
'multiple-files',
17+
'multistep-client',
18+
'multistep-server',
19+
'nested-files',
20+
'nested-validation-valibot',
21+
'on-change-event',
22+
'oninput-errors',
23+
'posted',
24+
'redirect',
25+
'step-form',
26+
'submit-enter',
27+
'trim-fields',
28+
'unions',
29+
'validate',
30+
'validate-update',
31+
'validators-clear'
32+
];
333
</script>
434

535
<nav class="flex-list">

0 commit comments

Comments
 (0)