From d22d0499934c2e2ce9a7feceeaac715227f96e53 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 25 Jan 2025 10:28:49 +0100 Subject: [PATCH] add configuration set to store --- src/stores/state-store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/state-store.ts b/src/stores/state-store.ts index 433def8..343edaf 100644 --- a/src/stores/state-store.ts +++ b/src/stores/state-store.ts @@ -10,6 +10,7 @@ export const useStateStore = defineStore('state-store', { duration: 0, ask_user_for_approval: null, last_captured_mediaitem_id: null, + configuration_set: {}, }), actions: {}, getters: {},