Getting the correct list of accounts on edit users
This commit is contained in:
parent
a464270171
commit
ab754e7f1b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue