Skip to content

Commit

Permalink
milestones - default values
Browse files Browse the repository at this point in the history
  • Loading branch information
PluharVit committed May 16, 2022
1 parent ea8bb17 commit d615e4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/PlanningTool.jsx
Expand Up @@ -742,6 +742,12 @@ PlanningTool.defaultProps = {
maximumDuration: false,
}
],
milestones: [
{
label: '',
color: '#000',
}
],
popup: Popup,
}
export default PlanningTool

0 comments on commit d615e4e

Please sign in to comment.