This commit is contained in:
Matthias Hochmeister
2026-03-16 15:48:20 +01:00
parent 3fca17f853
commit aab63caf20

View File

@@ -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