Loading client/src/components/Tool/ToolForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ export default { if (genericError) { this.showError = true; this.errorTitle = "Job submission failed."; this.errorContent = this.jobDef; this.errorContent = jobDef; } } ); Loading Loading
client/src/components/Tool/ToolForm.vue +1 −1 Original line number Diff line number Diff line Loading @@ -337,7 +337,7 @@ export default { if (genericError) { this.showError = true; this.errorTitle = "Job submission failed."; this.errorContent = this.jobDef; this.errorContent = jobDef; } } ); Loading