From 858663fcf7c98ee2e86dc1c5f40662c2bb223490 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Tue, 7 Oct 2025 16:55:04 +0200 Subject: [PATCH] UI: fix missing comma at end of line --- ui/src/views/compute/EditVM.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/compute/EditVM.vue b/ui/src/views/compute/EditVM.vue index bb66f2ccaf3..0763303b24a 100644 --- a/ui/src/views/compute/EditVM.vue +++ b/ui/src/views/compute/EditVM.vue @@ -243,7 +243,7 @@ export default { userdata: '', haenable: this.resource.haenable, leaseduration: this.resource.leaseduration, - leaseexpiryaction: this.resource.leaseexpiryaction + leaseexpiryaction: this.resource.leaseexpiryaction, extraconfig: this.combinedExtraConfig }) this.rules = reactive({