Skip to content

Commit

Permalink
Remove startDateId and endDateId default prop values
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Wichrowska committed Nov 29, 2017
1 parent e0d96f6 commit 1789935
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DateRangePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const defaultProps = {
focusedInput: null,

// input related props
startDateId: START_DATE,
startDatePlaceholderText: 'Start Date',
endDateId: END_DATE,
endDatePlaceholderText: 'End Date',
disabled: false,
required: false,
Expand Down

0 comments on commit 1789935

Please sign in to comment.