forked from github/plane
fix: added user store variables in mobx store observable (#2380)
This commit is contained in:
parent
1c43d313d1
commit
62035f3bad
@ -27,6 +27,9 @@ class UserStore implements IUserStore {
|
||||
constructor(_rootStore: any) {
|
||||
makeObservable(this, {
|
||||
// observable
|
||||
loader: observable.ref,
|
||||
error: observable.ref,
|
||||
|
||||
currentUser: observable.ref,
|
||||
// actions
|
||||
setCurrentUser: action,
|
||||
|
Loading…
Reference in New Issue
Block a user