mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix select2 config typo (#5363)
This commit is contained in:
committed by
GitHub
parent
4e56ce8927
commit
d8bf3d0b07
@@ -594,7 +594,7 @@ var form_handlers = function (el) {
|
||||
}
|
||||
}
|
||||
},
|
||||
placeholder: $(this).attr("data-placeholder") | "",
|
||||
placeholder: $(this).attr("data-placeholder") || "",
|
||||
templateResult: function (res) {
|
||||
if (!res.id) {
|
||||
return res.text;
|
||||
|
||||
Reference in New Issue
Block a user