[WEB-4634]chore: refactor for work items store (#7538)
* chore: refactor for work items store * chore: updated conditions order
This commit is contained in:
parent
21c59692f9
commit
9de5b1a009
15 changed files with 90 additions and 7 deletions
|
|
@ -101,7 +101,8 @@ export type TCreateModalStoreTypes =
|
|||
| EIssuesStoreType.PROFILE
|
||||
| EIssuesStoreType.CYCLE
|
||||
| EIssuesStoreType.MODULE
|
||||
| EIssuesStoreType.EPIC;
|
||||
| EIssuesStoreType.EPIC
|
||||
| EIssuesStoreType.TEAM_PROJECT_WORK_ITEMS;
|
||||
|
||||
export const ISSUE_GROUP_BY_OPTIONS: {
|
||||
key: TIssueGroupByOptions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue