update
This commit is contained in:
@@ -1544,8 +1544,6 @@ function VeranstaltungFormDialog({
|
|||||||
: new Date(raw + ':00');
|
: new Date(raw + ':00');
|
||||||
if (isNaN(d.getTime())) return;
|
if (isNaN(d.getTime())) return;
|
||||||
handleChange('datum_bis', d.toISOString());
|
handleChange('datum_bis', d.toISOString());
|
||||||
}}
|
|
||||||
handleChange('datum_bis', iso);
|
|
||||||
}}
|
}}
|
||||||
InputLabelProps={{ shrink: true }}
|
InputLabelProps={{ shrink: true }}
|
||||||
fullWidth
|
fullWidth
|
||||||
|
|||||||
Reference in New Issue
Block a user