aboutsummaryrefslogtreecommitdiffstats
path: root/stores
diff options
context:
space:
mode:
Diffstat (limited to 'stores')
-rw-r--r--stores/session.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/stores/session.ts b/stores/session.ts
index a0781bc..876b6b0 100644
--- a/stores/session.ts
+++ b/stores/session.ts
@@ -108,8 +108,8 @@ export const useSessionStore = defineStore('session', {
}
}),
getters: {
- getSessionType(): string {
- return this.sessionType
+ getSessionType: (state) => () => {
+ return state.sessionType
},
getQuests(): EditorQuest[] {
return this.session.quests