mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-21 16:56:52 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -396,6 +396,7 @@ const openDeleteEventModal = (
|
|||
placeholder: event.title,
|
||||
pattern: escapeRegExp(event.title),
|
||||
},
|
||||
hasInput: true,
|
||||
onConfirm: () => callback(event),
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue