cleanup
This commit is contained in:
parent
55f962ce7f
commit
068c3c0654
5 changed files with 49 additions and 53 deletions
|
|
@ -312,7 +312,7 @@ export const useAdminSettingsStore = defineStore('adminSettings', {
|
|||
},
|
||||
|
||||
// Users stuff
|
||||
async fetchAdminUsers(opts) {
|
||||
async fetchUsers(opts) {
|
||||
const adminData = await this.backendInteractor.adminListUsers({
|
||||
opts,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue