Improve wishlist dropdown default text
This commit is contained in:
parent
09fe36dbf8
commit
8740b134a1
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ $(function() {
|
|||
},
|
||||
onSuccess: function(response, element, xhr) {
|
||||
$('.ui.dropdown.wishlists').dropdown({
|
||||
values: response.results
|
||||
values: response.results,
|
||||
placeholder: 'No wishlist selected.'
|
||||
})
|
||||
},
|
||||
onFailure: function(response, element, xhr) {
|
||||
|
|
Loading…
Reference in a new issue