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