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