Skip to content

Commit bad4439

Browse files
committed
Fix troubleshoot dialog query-param default
1 parent c14e896 commit bad4439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/viewer/src/lib/troubleshoot/TroubleshootDialog.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import InputShell from '$lib/components/ui/input/input-shell.svelte';
99
import Label from '$lib/components/ui/label/label.svelte';
1010
11-
const openQueryParam = new QueryParamStateBool({ key: 'troubleshootDialogOpen', replaceOnDefaultValue: true, allowBack: true }, true);
11+
const openQueryParam = new QueryParamStateBool({ key: 'troubleshootDialogOpen', replaceOnDefaultValue: true, allowBack: true }, false);
1212
1313
export function open(): void {
1414
openQueryParam.current = true;

0 commit comments

Comments
 (0)