mirror of
https://github.com/makeplane/plane.git
synced 2026-05-12 20:08:41 -05:00
fix: added user store variables in mobx store observable (#2380)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user