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

View File

@@ -229,8 +229,8 @@ export default {
}, },
getRemoteAccountList(query) { // platform is undefined getRemoteAccountList(query) { // platform is undefined
query = {} query = {}
query.platform = this.$store.state.platform query.platform = this.$store.state.settings.platform
query.limit = 100 // to fix limit maybe add another parameter in the Api call query.limit = 100000 // to fix limit maybe add another parameter in the Api call
fetchList(query).then(response => { fetchList(query).then(response => {
if (!response.data.docs) return if (!response.data.docs) return