diff --git a/static/js/sidebar-autocomplete.js b/static/js/sidebar-autocomplete.js index 956018e..4f10599 100644 --- a/static/js/sidebar-autocomplete.js +++ b/static/js/sidebar-autocomplete.js @@ -28,7 +28,7 @@ if (data.data.items.length === 0) { response({ - label: noMatchesFoundMsg + label: noMatchesFoundMsg.noMatchesFoundMsg }); } else { response( $.map( data.data.items, function( val, index) {