This commit is contained in:
Henry Jameson 2026-06-10 15:49:29 +03:00
commit 068c3c0654
5 changed files with 49 additions and 53 deletions

View file

@ -312,7 +312,7 @@ export const useAdminSettingsStore = defineStore('adminSettings', {
},
// Users stuff
async fetchAdminUsers(opts) {
async fetchUsers(opts) {
const adminData = await this.backendInteractor.adminListUsers({
opts,
})