mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change store moderation information
This commit is contained in:
parent
b8e3c9a376
commit
45b61547cc
@ -35,7 +35,7 @@ const store = new Vuex.Store({
|
|||||||
],
|
],
|
||||||
state: {
|
state: {
|
||||||
token: CONFIG.DEBUG_DISABLE_AUTH ? 'validToken' : null,
|
token: CONFIG.DEBUG_DISABLE_AUTH ? 'validToken' : null,
|
||||||
moderator: 'Dertest Moderator',
|
moderator: { name: 'Dertest Moderator', id: -1 },
|
||||||
openCreations: 0,
|
openCreations: 0,
|
||||||
},
|
},
|
||||||
// Syncronous mutation of the state
|
// Syncronous mutation of the state
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user