fix: project intake disabled validation (#5161)
This commit is contained in:
parent
8107045d8c
commit
aade07b37a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue