Fixed front end dependencies
This commit is contained in:
parent
4eee1aaf86
commit
ff8dc25722
|
@ -162,10 +162,10 @@ function Configuration(props: ConfigurationProps) {
|
|||
const handleConfirm = (newDate) => {
|
||||
//console.log('non adapted day is ', newDate);
|
||||
//console.log('adapted day is ', dayjs.utc(newDate).toDate());
|
||||
setFormValues({
|
||||
...formValues,
|
||||
['calibrationChargeDate']: dayjs(newDate).toDate()
|
||||
});
|
||||
// setFormValues({
|
||||
// ...formValues,
|
||||
// ['calibrationChargeDate']: dayjs(newDate).toDate()
|
||||
// });
|
||||
};
|
||||
|
||||
const handleSelectedCalibrationChargeDay = (event) => {
|
||||
|
|
Loading…
Reference in New Issue