Skip to content

Commit 9e1c7a2

Browse files
UI: fix default network is not passed to deployvm API (#7367)
This line was changed in #5080, but reverted in #5151
1 parent b5c5d19 commit 9e1c7a2

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
@@ -1634,7 +1634,7 @@ export default {
16341634
this.form.networkids = ids
16351635
},
16361636
updateDefaultNetworks (id) {
1637-
this.defaultNetwork = id
1637+
this.defaultnetworkid = id
16381638
this.form.defaultnetworkid = id
16391639
},
16401640
updateNetworkConfig (networks) {

0 commit comments

Comments
 (0)