fix: update global issues filter and enable profile issues (#3410)
* fix all issues and fix profile issues * minor comments update * minor change nullish check logic * update nullish check logic --------- Co-authored-by: Rahul R <rahulr@Rahuls-MacBook-Pro.local>
This commit is contained in:
parent
864519e770
commit
d656f8e62a
8 changed files with 34 additions and 41 deletions
|
|
@ -123,6 +123,7 @@ export class IssueRootStore implements IIssueRootStore {
|
|||
moduleId: observable.ref,
|
||||
viewId: observable.ref,
|
||||
userId: observable.ref,
|
||||
globalViewId: observable.ref,
|
||||
states: observable,
|
||||
stateDetails: observable,
|
||||
labels: observable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue