fix(front): fix dialog from EventParticipationCard.vue without input
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -396,6 +396,7 @@ const openDeleteEventModal = (
|
||||
placeholder: event.title,
|
||||
pattern: escapeRegExp(event.title),
|
||||
},
|
||||
hasInput: true,
|
||||
onConfirm: () => callback(event),
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user