From 2aff73db9457136fc44be57871e246739fc735e7 Mon Sep 17 00:00:00 2001 From: rahulramesha Date: Wed, 24 Jul 2024 17:50:43 +0530 Subject: [PATCH] fix gantt layout in project views --- .../issues/issue-layouts/roots/project-view-layout-root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/components/issues/issue-layouts/roots/project-view-layout-root.tsx b/web/core/components/issues/issue-layouts/roots/project-view-layout-root.tsx index 1552ba948ac..d04089a7e1a 100644 --- a/web/core/components/issues/issue-layouts/roots/project-view-layout-root.tsx +++ b/web/core/components/issues/issue-layouts/roots/project-view-layout-root.tsx @@ -29,7 +29,7 @@ const ProjectViewIssueLayout = (props: { activeLayout: EIssueLayoutTypes | undef case EIssueLayoutTypes.CALENDAR: return ; case EIssueLayoutTypes.GANTT: - return ; + return ; case EIssueLayoutTypes.SPREADSHEET: return ; default: