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