From b5325f14aa758ed0d2a7ee09db36533a67a287c4 Mon Sep 17 00:00:00 2001 From: gurusainath Date: Sun, 21 May 2023 19:38:33 +0530 Subject: [PATCH] fix: gantt build issue resolved --- apps/app/components/gantt-chart/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/components/gantt-chart/root.tsx b/apps/app/components/gantt-chart/root.tsx index eb7a1b225..c52bc55b0 100644 --- a/apps/app/components/gantt-chart/root.tsx +++ b/apps/app/components/gantt-chart/root.tsx @@ -5,7 +5,7 @@ import { ChartViewRoot } from "./chart"; import { ChartContextProvider } from "./contexts"; type GanttChartRootProps = { - border: boolean; + border?: boolean; title: null | string; loaderTitle: string; blocks: any;