From 79c2dfd293ee55fc2c7fa1ab3ec03006b1b2e5d2 Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Tue, 24 Jun 2025 14:19:00 +0530 Subject: [PATCH] [WEB-4375] fix: minor issues in timeline layout (#7257) --- .../components/issues/issue-layouts/gantt/base-gantt-root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/core/components/issues/issue-layouts/gantt/base-gantt-root.tsx b/web/core/components/issues/issue-layouts/gantt/base-gantt-root.tsx index 96cff38ad..594bcd2fa 100644 --- a/web/core/components/issues/issue-layouts/gantt/base-gantt-root.tsx +++ b/web/core/components/issues/issue-layouts/gantt/base-gantt-root.tsx @@ -146,6 +146,7 @@ export const BaseGanttRoot: React.FC = observer((props: IBaseGan canLoadMoreBlocks={nextPageResults} updateBlockDates={updateBlockDates} showAllBlocks + enableDependency isEpic={isEpic} />