From ba28c0148cab26fcaf523e84731ffb7c416b3338 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 13 Mar 2024 17:35:05 +0000 Subject: Add import page --- stores/session.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stores/session.ts') 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 -- cgit v1.2.3-70-g09d2