Skip to content

Commit

Permalink
fix: demo code
Browse files Browse the repository at this point in the history
  • Loading branch information
samoay committed Jan 8, 2019
1 parent 0df2c9d commit 53e1d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/CalendarDemo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class Demo extends React.Component {
</p>
<RangeCalendar
size="middle"
value={[undefined, undefined]}
value={rangeValue}
onSelect={(v, formatted) => {
console.log(v, formatted);
this.onRangeSelect(v, formatted);
Expand Down

0 comments on commit 53e1d7d

Please sign in to comment.