Skip to content

Commit

Permalink
add configuration set to store
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Jan 25, 2025
1 parent bec5db3 commit d22d049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/state-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit d22d049

Please sign in to comment.