When creating a user the account search now displays countries accordingly
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user