change format all file
This commit is contained in:
@@ -18,7 +18,7 @@ function TimePickerInput({ changeData, handleDisableHours, name, data }) {
|
||||
const hours = e.$H;
|
||||
const minute = e.$m;
|
||||
const newValue = `${handleTwoLength(hours)}:${handleTwoLength(
|
||||
minute
|
||||
minute,
|
||||
)}`;
|
||||
// setValue(newValue);
|
||||
changeData(newValue, name);
|
||||
|
||||
Reference in New Issue
Block a user