[WEB-1440] chore: update cycle empty state to use project level access. (#4672)
This commit is contained in:
parent
a2cdbd52dc
commit
e7d6e7d575
1 changed files with 2 additions and 2 deletions
|
|
@ -293,8 +293,8 @@ const emptyStateDetails = {
|
|||
"A sprint, an iteration, and or any other term you use for weekly or fortnightly tracking of work is a cycle.",
|
||||
},
|
||||
},
|
||||
accessType: "workspace",
|
||||
access: EUserWorkspaceRoles.MEMBER,
|
||||
accessType: "project",
|
||||
access: EUserProjectRoles.MEMBER,
|
||||
},
|
||||
[EmptyStateType.PROJECT_CYCLE_NO_ISSUES]: {
|
||||
key: EmptyStateType.PROJECT_CYCLE_NO_ISSUES,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue