mirror of
https://github.com/pretix/pretix.git
synced 2026-08-13 11:17:01 +00:00
fix opt-param default
This commit is contained in:
@@ -1804,7 +1804,7 @@ var shared_root_methods = {
|
||||
}
|
||||
});
|
||||
},
|
||||
reload: function (opt) {
|
||||
reload: function (opt = {}) {
|
||||
var url;
|
||||
if (this.$root.is_button) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user