remove unnecessary type from dialog options

This commit is contained in:
Richard Schreiber
2025-05-14 11:28:42 +02:00
parent d3368fe9b6
commit d2ebbcc4d9

View File

@@ -421,7 +421,6 @@ $(function () {
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
window.pretix.dialog({ window.pretix.dialog({
type: "alert",
label: gettext("You have not selected any ticket."), label: gettext("You have not selected any ticket."),
message: gettext("Please tick a checkbox or enter a quantity for one of the ticket types to add to the cart."), message: gettext("Please tick a checkbox or enter a quantity for one of the ticket types to add to the cart."),
icon: 'exclamation', icon: 'exclamation',