From d615e4e0971ca4966af211e80cba15a501262579 Mon Sep 17 00:00:00 2001 From: "pluhar.vit@seznam.cz" Date: Tue, 17 May 2022 01:32:39 +0200 Subject: [PATCH] milestones - default values --- src/components/PlanningTool.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/PlanningTool.jsx b/src/components/PlanningTool.jsx index 1372971..4901e73 100644 --- a/src/components/PlanningTool.jsx +++ b/src/components/PlanningTool.jsx @@ -742,6 +742,12 @@ PlanningTool.defaultProps = { maximumDuration: false, } ], + milestones: [ + { + label: '', + color: '#000', + } + ], popup: Popup, } export default PlanningTool \ No newline at end of file