Browse Source

HUE-8665 [editor] Fix execution analysis disposal.

jdesjean 7 năm trước cách đây
mục cha
commit
9748f9638d

+ 1 - 1
desktop/core/src/desktop/templates/ko_components/ko_execution_analysis.mako

@@ -134,7 +134,7 @@ from desktop.views import _ko
         });
 
         self.disposals.push(function () {
-          analysisSub.remove();
+          analysisSub.dispose()
           clearAnalysisSub.remove();
           executionAnalysisSub.remove();
         });