We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5c28c commit c87244fCopy full SHA for c87244f
usr-web/src/routes/(apps)/manifest/+page.svelte
@@ -3,7 +3,7 @@
3
import { PUBLIC_API_ENDPOINT } from '$env/static/public';
4
import type { Team } from '$lib';
5
6
- let hideInStorage = $state(false);
+ let hideInStorage = $state(true);
7
let selectedOrderId: number | null = $state(null);
8
let selectedOrderIndex: number = $state(0);
9
let fetching = $state(false);
0 commit comments