From 8d89c397a4fa34ee17c278be7f5d547e91d69836 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 2 May 2026 03:12:50 +0000 Subject: [PATCH] frontend: format store typing layout --- frontend/src/stores/main.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/stores/main.ts b/frontend/src/stores/main.ts index ae78cd4..86c3372 100644 --- a/frontend/src/stores/main.ts +++ b/frontend/src/stores/main.ts @@ -79,7 +79,11 @@ export const useMainStore = defineStore('main', { connected: false, authInProgress: false, cursor: '' as string, - server: {} as Record & { public?: boolean; paskia?: boolean; office_previews?: boolean }, + server: {} as Record & { + public?: boolean + paskia?: boolean + office_previews?: boolean + }, dialog: '' as '' | 'settings' | 'usermgmt' | 'accessdenied' | 'tokens', uprogress: {} as any, dprogress: {} as any,