Fixing form not closing on submit (#732)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-09-21 17:02:17 +05:30 committed by Rohit Yadav
parent 8e870f6b58
commit bed8fab4b4
1 changed files with 1 additions and 1 deletions

View File

@ -987,8 +987,8 @@ export default {
if (!hasJobId) {
this.fetchData()
}
this.closeAction()
}
this.closeAction()
}).catch(error => {
console.log(error)
this.$notifyError(error)