Skip to content

Commit 3793688

Browse files
committed
ui change
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 7856a37 commit 3793688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/views/compute/EditVM.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ export default {
425425
}
426426
if (values.extraconfig && values.extraconfig.length > 0) {
427427
params.extraconfig = encodeURIComponent(values.extraconfig)
428+
} else if (this.combinedExtraConfig) {
429+
params.cleanupextraconfig = true
428430
}
429431
this.loading = true
430432

0 commit comments

Comments
 (0)