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

@ -116,7 +116,7 @@ const UsersTab = {
methods: {
fetchUsers(page) {
return useAdminSettingsStore()
.fetchAdminUsers({
.fetchUsers({
...this.fetchOptions,
page,
})