Browse Source

HUE-8830 [search] Fix js exception from right assist in the dashboard

Johan Ahlen 6 năm trước cách đây
mục cha
commit
eab1070643
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      desktop/core/src/desktop/templates/assist.mako

+ 2 - 0
desktop/core/src/desktop/templates/assist.mako

@@ -3437,6 +3437,8 @@ from desktop.views import _ko
         self.disposals = [];
         self.isSolr = ko.observable(true);
 
+        self.showRisks = ko.observable(false);
+
         self.filter = {
           querySpec: ko.observable({
             query: '',