From ab754e7f1ba88e7ec11fa200f6bd9a1fee8c929f Mon Sep 17 00:00:00 2001 From: Chad Derya Date: Wed, 11 Sep 2019 18:02:17 +0100 Subject: [PATCH] Getting the correct list of accounts on edit users --- src/views/users/components/UserDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/users/components/UserDetail.vue b/src/views/users/components/UserDetail.vue index 46298a90..a4d455b1 100644 --- a/src/views/users/components/UserDetail.vue +++ b/src/views/users/components/UserDetail.vue @@ -229,8 +229,8 @@ export default { }, getRemoteAccountList(query) { // platform is undefined query = {} - query.platform = this.$store.state.platform - query.limit = 100 // to fix limit maybe add another parameter in the Api call + query.platform = this.$store.state.settings.platform + query.limit = 100000 // to fix limit maybe add another parameter in the Api call fetchList(query).then(response => { if (!response.data.docs) return