From a8ae06b3a894b55aaaf6c1c8cc12650fba429c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Tue, 11 Feb 2020 20:34:05 +0100 Subject: [PATCH] transfer --- src/store/modules/barUsers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/modules/barUsers.js b/src/store/modules/barUsers.js index be28632..450ad3e 100644 --- a/src/store/modules/barUsers.js +++ b/src/store/modules/barUsers.js @@ -6,7 +6,8 @@ const state = { allUsers: [], filter: '', usersLoading: false, - allUsersLoading: false + allUsersLoading: false, + message: '' } const mutations = {