diff --git a/pkg/harvester/detail/harvesterhci.io.virtualmachinebackup/index.vue b/pkg/harvester/detail/harvesterhci.io.virtualmachinebackup/index.vue index 578cacbb..8eae405c 100644 --- a/pkg/harvester/detail/harvesterhci.io.virtualmachinebackup/index.vue +++ b/pkg/harvester/detail/harvesterhci.io.virtualmachinebackup/index.vue @@ -125,6 +125,7 @@ export default { :resource="value" :mode="mode" :apply-hooks="applyHooks" + @error="e=>errors=e" >
diff --git a/pkg/harvester/edit/harvesterhci.io.monitoring.alertmanagerconfig/index.vue b/pkg/harvester/edit/harvesterhci.io.monitoring.alertmanagerconfig/index.vue index 0bf5c38f..fbc30dad 100644 --- a/pkg/harvester/edit/harvesterhci.io.monitoring.alertmanagerconfig/index.vue +++ b/pkg/harvester/edit/harvesterhci.io.monitoring.alertmanagerconfig/index.vue @@ -189,7 +189,7 @@ export default { :resource="value" :subtypes="[]" :cancel-event="true" - @error="e=>errors = e" + @error="e=>errors=e" @finish="save" @cancel="done" > diff --git a/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue b/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue index b5c3a393..b362ec63 100644 --- a/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue +++ b/pkg/harvester/edit/harvesterhci.io.networkattachmentdefinition.vue @@ -190,6 +190,7 @@ export default { :errors="errors" :apply-hooks="applyHooks" @finish="saveNetwork" + @error="e=>errors=e" >