Skip to content

Commit a93c462

Browse files
authored
change maxLength to 2 (#290)
1 parent 1ea1226 commit a93c462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReplyWithMessage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function TimeInput(props) {
2424
<div className={styles.timeInput}>
2525
<span className={styles.timeValue}>
2626
<input
27-
maxLength={3}
27+
maxLength={2}
2828
value={props.timeValue}
2929
onChange={props.onTimeValueChange}
3030
ref={props.inputRef}

0 commit comments

Comments
 (0)