Refactor database schema and update event media

handling
This commit is contained in:
2025-07-05 05:24:00 +00:00
parent f5cb25bdce
commit 2127c3a753
5 changed files with 173 additions and 8 deletions

View File

@@ -150,6 +150,15 @@ const CustomEventModal: React.FC<CustomEventModalProps> = ({
/>
{errors.title && <div style={{ color: 'red', fontSize: 12 }}>{errors.title}</div>}
</div>
<div style={{ marginBottom: 12 }}>
<TextBoxComponent
placeholder="Beschreibung"
floatLabelType="Auto"
multiline={true}
value={description}
change={e => setDescription(e.value)}
/>
</div>
<div style={{ marginBottom: 12 }}>
<DatePickerComponent
placeholder="Startdatum"