mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed community from store
This commit is contained in:
parent
751387ee3d
commit
ab3ff9cf4a
@ -38,9 +38,6 @@ export const mutations = {
|
|||||||
isAdmin: (state, isAdmin) => {
|
isAdmin: (state, isAdmin) => {
|
||||||
state.isAdmin = !!isAdmin
|
state.isAdmin = !!isAdmin
|
||||||
},
|
},
|
||||||
community: (state, community) => {
|
|
||||||
state.community = community
|
|
||||||
},
|
|
||||||
coinanimation: (state, coinanimation) => {
|
coinanimation: (state, coinanimation) => {
|
||||||
state.coinanimation = coinanimation
|
state.coinanimation = coinanimation
|
||||||
},
|
},
|
||||||
@ -96,10 +93,6 @@ try {
|
|||||||
isAdmin: false,
|
isAdmin: false,
|
||||||
coinanimation: true,
|
coinanimation: true,
|
||||||
newsletterState: null,
|
newsletterState: null,
|
||||||
community: {
|
|
||||||
name: '',
|
|
||||||
description: '',
|
|
||||||
},
|
|
||||||
hasElopage: false,
|
hasElopage: false,
|
||||||
publisherId: null,
|
publisherId: null,
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user