Fix this reference

This commit is contained in:
Andrew Kingston 2025-01-13 10:24:23 +00:00
parent 6bd4cb47c2
commit fcb3a3a198
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ class UserStore extends BudiStore<UserState> {
data: [],
})
this.search = this.search.bind(this)
// Update quotas after any add or remove operation
this.create = this.refreshUsage(this.create)
this.save = this.refreshUsage(this.save)