fix reporting modal

This commit is contained in:
Henry Jameson 2026-06-11 11:15:51 +03:00
commit a077938f73
7 changed files with 30 additions and 42 deletions

View file

@ -108,12 +108,11 @@ const UsersTab = {
...this.fetchOptions,
page,
})
.then(({ count, users }) => ({ count, items: users }))
},
},
watch: {
fetchOptions() {
this.$refs.usersList.reset()
this.$refs.usersList?.reset()
},
},
}