[WEB-1440] chore: update cycle empty state to use project level access. (#4672)

This commit is contained in:
Prateek Shourya 2024-05-31 18:30:57 +05:30 committed by GitHub
parent a2cdbd52dc
commit e7d6e7d575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,