Skip to content

Commit b41395e

Browse files
committed
Fix prop order
1 parent 176ee75 commit b41395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DateTimeInput.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ export default class DateTimeInput extends PureComponent {
443443
return (
444444
<MinuteInput
445445
key="minute"
446+
{...this.commonInputProps}
446447
maxDetail={maxDetail}
447448
value={minute}
448-
{...this.commonInputProps}
449449
/>
450450
);
451451
}

0 commit comments

Comments
 (0)