mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix missing storeKey in UserList initial query
This commit is contained in:
parent
c5028eaaa6
commit
b2d8310b25
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
queries: [
|
||||
['GET', { uri: 'users?fields=username&fields=fullname&fields=mail&fields=mailbox-quota&fields=groups' }]
|
||||
['GET', { uri: 'users?fields=username&fields=fullname&fields=mail&fields=mailbox-quota&fields=groups', storeKey: 'users' }]
|
||||
],
|
||||
search: ''
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue