Browse Source

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

Johan Ahlen 6 years ago
parent
commit
eab1070643
1 changed files with 2 additions and 0 deletions
  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.disposals = [];
         self.isSolr = ko.observable(true);
         self.isSolr = ko.observable(true);
 
 
+        self.showRisks = ko.observable(false);
+
         self.filter = {
         self.filter = {
           querySpec: ko.observable({
           querySpec: ko.observable({
             query: '',
             query: '',