23 lines
861 B
JavaScript
Executable File
23 lines
861 B
JavaScript
Executable File
import LogsPanel from "./LogsPanel-CvmnM4bL.js";
|
|
import { d as defineComponent, a1 as useWorkflowsStore, x as computed, e as createBlock, f as createCommentVNode, g as openBlock } from "./index--OJ5nhDf.js";
|
|
import "./AnimatedSpinner-CxbOZIWM.js";
|
|
import "./ConsumedTokensDetails.vue_vue_type_script_setup_true_lang-CSmXlf80.js";
|
|
import "./core-Br-UFy15.js";
|
|
import "./canvas-DbK7UyVG.js";
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
__name: "DemoFooter",
|
|
setup(__props) {
|
|
const workflowsStore = useWorkflowsStore();
|
|
const hasExecutionData = computed(() => workflowsStore.workflowExecutionData);
|
|
return (_ctx, _cache) => {
|
|
return hasExecutionData.value ? (openBlock(), createBlock(LogsPanel, {
|
|
key: 0,
|
|
"is-read-only": true
|
|
})) : createCommentVNode("", true);
|
|
};
|
|
}
|
|
});
|
|
export {
|
|
_sfc_main as default
|
|
};
|