Getting the correct list of accounts on edit users

This commit is contained in:
Chad Derya 2019-09-11 18:02:17 +01:00
parent a464270171
commit ab754e7f1b
1 changed files with 2 additions and 2 deletions

View File

@ -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