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:
Pearl Dsilva 2020-09-15 18:56:27 +05:30 committed by Rohit Yadav
parent a32c14f24a
commit 60562b5f54
1 changed files with 1 additions and 0 deletions

View File

@ -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++) {