From e7d6e7d575b90b586cf6709c163ee89c7e3e799c Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Fri, 31 May 2024 18:30:57 +0530 Subject: [PATCH] [WEB-1440] chore: update cycle empty state to use project level access. (#4672) --- web/constants/empty-state.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/constants/empty-state.ts b/web/constants/empty-state.ts index fcf975f1b..084e618a2 100644 --- a/web/constants/empty-state.ts +++ b/web/constants/empty-state.ts @@ -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,