Explorar o código

[frontend] Prevent error on undefined executable in the ExecutionAnalysisPanel

Johan Åhlén %!s(int64=4) %!d(string=hai) anos
pai
achega
626fcd2581

+ 1 - 1
desktop/core/src/desktop/js/apps/editor/components/executionAnalysis/ExecutionAnalysisPanel.vue

@@ -72,7 +72,7 @@
     props: {
       executable: {
         type: SqlExecutable,
-        required: true
+        default: undefined
       }
     },
     setup(props) {