Update Event interface in EventAdmin with email conclusion fields
This commit is contained in:
@@ -1054,6 +1054,8 @@ const EventAdmin: React.FC = () => {
|
||||
<Dialog
|
||||
open={deleteEventDialogOpen}
|
||||
onClose={() => setDeleteEventDialogOpen(false)}
|
||||
maxWidth="sm"
|
||||
fullWidth
|
||||
>
|
||||
<DialogTitle>Delete Event</DialogTitle>
|
||||
<DialogContent>
|
||||
|
||||
Reference in New Issue
Block a user