mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 13:00:11 +02:00
fix: gantt build issue resolved
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user