aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/TimePicker.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TimePicker.jsx')
-rw-r--r--src/TimePicker.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TimePicker.jsx b/src/TimePicker.jsx
index 6de48b3..26166f4 100644
--- a/src/TimePicker.jsx
+++ b/src/TimePicker.jsx
@@ -66,6 +66,7 @@ export default class Picker extends Component {
66 style: {}, 66 style: {},
67 className: '', 67 className: '',
68 popupClassName: '', 68 popupClassName: '',
69 id: '',
69 align: {}, 70 align: {},
70 defaultOpenValue: moment(), 71 defaultOpenValue: moment(),
71 allowEmpty: true, 72 allowEmpty: true,
@@ -86,7 +87,6 @@ export default class Picker extends Component {
86 use12Hours: false, 87 use12Hours: false,
87 focusOnOpen: false, 88 focusOnOpen: false,
88 onKeyDown: noop, 89 onKeyDown: noop,
89 id: '',
90 }; 90 };
91 91
92 constructor(props) { 92 constructor(props) {