Skip to content

Commit c87244f

Browse files
committed
default hide in storage
1 parent fc5c28c commit c87244f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr-web/src/routes/(apps)/manifest/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { PUBLIC_API_ENDPOINT } from '$env/static/public';
44
import type { Team } from '$lib';
55
6-
let hideInStorage = $state(false);
6+
let hideInStorage = $state(true);
77
let selectedOrderId: number | null = $state(null);
88
let selectedOrderIndex: number = $state(0);
99
let fetching = $state(false);

0 commit comments

Comments
 (0)