Эх сурвалжийг харах

HUE-3294 [editor] Fix typeahead binding

Enrico Berti 9 жил өмнө
parent
commit
1534b41

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -2309,7 +2309,7 @@
     }
   };
 
-  ko.bindingHandlers.typdeahead = {
+  ko.bindingHandlers.typeahead = {
     init: function (element, valueAccessor) {
       var binding = this;
       var elem = $(element);