Explorar o código

HUE-8665 [editor] Fix execution analysis disposal.

jdesjean %!s(int64=7) %!d(string=hai) anos
pai
achega
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();
         });