forked from github/plane
[WEB-1440] chore: update cycle empty state to use project level access. (#4672)
This commit is contained in:
parent
a2cdbd52dc
commit
e7d6e7d575
@ -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.",
|
"A sprint, an iteration, and or any other term you use for weekly or fortnightly tracking of work is a cycle.",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
accessType: "workspace",
|
accessType: "project",
|
||||||
access: EUserWorkspaceRoles.MEMBER,
|
access: EUserProjectRoles.MEMBER,
|
||||||
},
|
},
|
||||||
[EmptyStateType.PROJECT_CYCLE_NO_ISSUES]: {
|
[EmptyStateType.PROJECT_CYCLE_NO_ISSUES]: {
|
||||||
key: EmptyStateType.PROJECT_CYCLE_NO_ISSUES,
|
key: EmptyStateType.PROJECT_CYCLE_NO_ISSUES,
|
||||||
|
Loading…
Reference in New Issue
Block a user