mirror of https://github.com/apache/cloudstack.git
Fixes form button from becoming unusable in case of missing any selection (#715)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com> Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
a32c14f24a
commit
60562b5f54
|
|
@ -1442,6 +1442,7 @@ export default {
|
|||
message: this.$t('message.request.failed'),
|
||||
description: this.$t('message.step.4.continue')
|
||||
})
|
||||
this.loading.deploy = false
|
||||
return
|
||||
}
|
||||
for (let j = 0; j < arrNetwork.length; j++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue