|
|
@@ -458,6 +458,7 @@ export const ActivitiesPage: React.FC = () => {
|
|
|
type: editingActivity.type,
|
|
|
startDate: new Date(editingActivity.startDate),
|
|
|
endDate: new Date(editingActivity.endDate),
|
|
|
+ venueLocationId: editingActivity.venueLocationId,
|
|
|
isDisabled: editingActivity.isDisabled
|
|
|
} : undefined}
|
|
|
onSubmit={handleFormSubmit}
|