mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: project intake disabled validation (#5161)
This commit is contained in:
committed by
GitHub
parent
8107045d8c
commit
aade07b37a
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user