fix bug codegenie
This commit is contained in:
@@ -277,7 +277,7 @@
|
|||||||
icon="pi pi-download"
|
icon="pi pi-download"
|
||||||
class="p-button-text p-button-sm"
|
class="p-button-text p-button-sm"
|
||||||
label="Download"
|
label="Download"
|
||||||
@click="downloadFile(scenario_output)"
|
@click="downloadFile()"
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -560,7 +560,7 @@ if (scenario.value.inputs.some((input) => input.name === 'MultiFileUpload')) {
|
|||||||
|
|
||||||
}else{
|
}else{
|
||||||
console.log("Error in execution");
|
console.log("Error in execution");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user