diff --git a/pkg/harvester/dialog/HarvesterMaintenanceDialog.vue b/pkg/harvester/dialog/HarvesterMaintenanceDialog.vue index 93c59dfe97..e5f47cecc2 100644 --- a/pkg/harvester/dialog/HarvesterMaintenanceDialog.vue +++ b/pkg/harvester/dialog/HarvesterMaintenanceDialog.vue @@ -43,6 +43,12 @@ export default { methods: { ucFirst, + onInputForce(v) { + if (v) { + this.unhealthyVMs = []; + } + }, + close() { this.$emit('close'); }, @@ -98,6 +104,7 @@ export default {