mirror of https://github.com/apache/cloudstack.git
Fixing form not closing on submit (#732)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8e870f6b58
commit
bed8fab4b4
|
|
@ -987,8 +987,8 @@ export default {
|
|||
if (!hasJobId) {
|
||||
this.fetchData()
|
||||
}
|
||||
this.closeAction()
|
||||
}
|
||||
this.closeAction()
|
||||
}).catch(error => {
|
||||
console.log(error)
|
||||
this.$notifyError(error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue