Refactor database schema and update event media
handling
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user