Skip to content

Commit 858663f

Browse files
committedOct 7, 2025··
UI: fix missing comma at end of line
1 parent 5f63e84 commit 858663f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ui/src/views/compute/EditVM.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default {
243243
userdata: '',
244244
haenable: this.resource.haenable,
245245
leaseduration: this.resource.leaseduration,
246-
leaseexpiryaction: this.resource.leaseexpiryaction
246+
leaseexpiryaction: this.resource.leaseexpiryaction,
247247
extraconfig: this.combinedExtraConfig
248248
})
249249
this.rules = reactive({

0 commit comments

Comments
 (0)