From 45b61547cc4e50506087d3a69c61ba75c4d613ed Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Thu, 25 Nov 2021 10:21:30 +0100 Subject: [PATCH] change store moderation information --- admin/src/store/store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/store/store.js b/admin/src/store/store.js index 754c559c8..c2ed1ca83 100644 --- a/admin/src/store/store.js +++ b/admin/src/store/store.js @@ -35,7 +35,7 @@ const store = new Vuex.Store({ ], state: { token: CONFIG.DEBUG_DISABLE_AUTH ? 'validToken' : null, - moderator: 'Dertest Moderator', + moderator: { name: 'Dertest Moderator', id: -1 }, openCreations: 0, }, // Syncronous mutation of the state