Skip to content

Commit 59a615c

Browse files
authored
ui: fix deploy vm in basic zone (apache#5856)
* ui: fix deploy vm in basic zone Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 619c754 commit 59a615c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/compute/DeployVM.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ export default {
15421542
return key.split('.').join('\\002E')
15431543
},
15441544
updateSecurityGroups (securitygroupids) {
1545-
this.securitygroupids = securitygroupids
1545+
this.securitygroupids = securitygroupids || []
15461546
},
15471547
getText (option) {
15481548
return _.get(option, 'displaytext', _.get(option, 'name'))

0 commit comments

Comments
 (0)