[WEB-4757] fix: remove project view from workspace level group by options (#7634)
This commit is contained in:
parent
935e4b5c33
commit
568a1bb228
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ export const isWorkspaceLevel = (type: EIssuesStoreType) =>
|
|||
EIssuesStoreType.GLOBAL,
|
||||
EIssuesStoreType.TEAM,
|
||||
EIssuesStoreType.TEAM_VIEW,
|
||||
EIssuesStoreType.PROJECT_VIEW,
|
||||
EIssuesStoreType.TEAM_PROJECT_WORK_ITEMS,
|
||||
EIssuesStoreType.WORKSPACE_DRAFT,
|
||||
].includes(type)
|
||||
? true
|
||||
: false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue