From d9c7eff2eb6ebeac5dd6091398832b021c21e42b Mon Sep 17 00:00:00 2001 From: Jeremy Zimmerman Date: Wed, 9 Nov 2022 12:56:22 -0500 Subject: [PATCH] Conflict resolution. --- src/store/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 7c4b00e9..a74a56e4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -66,8 +66,6 @@ export const useMainStore = defineStore({ return matchedEvent?.eventValue; }, eventBus: (state) => state.applicationUser.eventBus, - }, - getters: { applicationUserObj: (state) => state.applicationUser, pageData: (state) => (page) => { return state.applicationUser.pageData[page];