From c352017bf9254cbbdb75bcef6023c890cd46a672 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Fri, 24 Mar 2023 09:07:26 +0100 Subject: [PATCH] UI: fix default network is not passed to deployvm API This line is changed in #5080, but reverted in #5151 --- ui/src/views/compute/DeployVM.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/compute/DeployVM.vue b/ui/src/views/compute/DeployVM.vue index 02f257a13c5e..f0373999bf0e 100644 --- a/ui/src/views/compute/DeployVM.vue +++ b/ui/src/views/compute/DeployVM.vue @@ -1634,7 +1634,7 @@ export default { this.form.networkids = ids }, updateDefaultNetworks (id) { - this.defaultNetwork = id + this.defaultnetworkid = id this.form.defaultnetworkid = id }, updateNetworkConfig (networks) {