fix: project intake disabled validation (#5161)

This commit is contained in:
Anmol Singh Bhatia 2024-07-18 18:19:11 +05:30 committed by GitHub
parent 8107045d8c
commit aade07b37a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -470,7 +470,7 @@ export const SidebarProjectsListItem: React.FC<Props> = observer((props) => {
(item.name === "Modules" && !project.module_view) ||
(item.name === "Views" && !project.issue_views_view) ||
(item.name === "Pages" && !project.page_view) ||
(item.name === "Inbox" && !project.inbox_view)
(item.name === "Intake" && !project.inbox_view)
)
return;