From d4c7022b3f84753b5826218951e980e6539f418f Mon Sep 17 00:00:00 2001 From: Florinda Date: Thu, 27 Feb 2025 14:23:57 +0100 Subject: [PATCH] fix bug codegenie --- src/views/pages/ScenarioExec.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pages/ScenarioExec.vue b/src/views/pages/ScenarioExec.vue index b2ee0fb..c44f400 100644 --- a/src/views/pages/ScenarioExec.vue +++ b/src/views/pages/ScenarioExec.vue @@ -277,7 +277,7 @@ icon="pi pi-download" class="p-button-text p-button-sm" label="Download" - @click="downloadFile(scenario_output)" + @click="downloadFile()" /> @@ -560,7 +560,7 @@ if (scenario.value.inputs.some((input) => input.name === 'MultiFileUpload')) { }else{ console.log("Error in execution"); - + } }