Skip to content

Commit

Permalink
default hide in storage
Browse files Browse the repository at this point in the history
  • Loading branch information
manglemix committed Jan 28, 2025
1 parent fc5c28c commit c87244f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr-web/src/routes/(apps)/manifest/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { PUBLIC_API_ENDPOINT } from '$env/static/public';
import type { Team } from '$lib';
let hideInStorage = $state(false);
let hideInStorage = $state(true);
let selectedOrderId: number | null = $state(null);
let selectedOrderIndex: number = $state(0);
let fetching = $state(false);
Expand Down

0 comments on commit c87244f

Please sign in to comment.