When creating a user the account search now displays countries accordingly

This commit is contained in:
Mike
2019-09-05 10:16:01 +01:00
parent 01a37eec58
commit a0ad82ffba
2 changed files with 4 additions and 3 deletions

View File

@@ -228,7 +228,7 @@ export default {
},
getRemoteAccountList(query) {
query = {}
query.platform = 'OLFDE'
query.platform = this.$store.state.platform
query.limit = 100
fetchList(query).then(response => {
if (!response.data.docs) return