mirror of
https://github.com/pretix/pretix.git
synced 2026-05-15 16:54:00 +00:00
remove unnecessary type from dialog options
This commit is contained in:
@@ -421,7 +421,6 @@ $(function () {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
window.pretix.dialog({
|
||||
type: "alert",
|
||||
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."),
|
||||
icon: 'exclamation',
|
||||
|
||||
Reference in New Issue
Block a user