Merge "Add an alert in frontend when job cannot be submitted."

This commit is contained in:
Treehugger Robot
2021-06-15 16:22:21 +00:00
committed by Gerrit Code Review

View File

@@ -170,6 +170,7 @@ export default {
this.response_message = response.data
alert(this.response_message)
} catch (err) {
alert('Job cannot be started properly, please check.')
console.log(err)
}
this.resetInput()