From 40961fe7d3437b5973691fe6caf9c1250717299f Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Wed, 13 Oct 2021 16:37:22 +0200 Subject: [PATCH] Update frontend/src/store/store.js Co-authored-by: Moriz Wahl --- frontend/src/store/store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/store/store.js b/frontend/src/store/store.js index 040760148..9f87f0398 100644 --- a/frontend/src/store/store.js +++ b/frontend/src/store/store.js @@ -91,6 +91,7 @@ export const store = new Vuex.Store({ newsletterState: null, community: null, hasElopage: false, + publisherId: null, }, getters: {}, // Syncronous mutation of the state