forked from potsda.mn/mobilizon
fix(front): fix dialog from EventParticipationCard.vue without input
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
442d072857
commit
89641c502e
|
@ -396,6 +396,7 @@ const openDeleteEventModal = (
|
|||
placeholder: event.title,
|
||||
pattern: escapeRegExp(event.title),
|
||||
},
|
||||
hasInput: true,
|
||||
onConfirm: () => callback(event),
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue