mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: gantt build issue resolved
This commit is contained in:
parent
4238f89cec
commit
b5325f14aa
@ -5,7 +5,7 @@ import { ChartViewRoot } from "./chart";
|
|||||||
import { ChartContextProvider } from "./contexts";
|
import { ChartContextProvider } from "./contexts";
|
||||||
|
|
||||||
type GanttChartRootProps = {
|
type GanttChartRootProps = {
|
||||||
border: boolean;
|
border?: boolean;
|
||||||
title: null | string;
|
title: null | string;
|
||||||
loaderTitle: string;
|
loaderTitle: string;
|
||||||
blocks: any;
|
blocks: any;
|
||||||
|
Loading…
Reference in New Issue
Block a user