From 9be7a47569f36830be506674b61f55ca89939e6b Mon Sep 17 00:00:00 2001 From: lsongsuse Date: Wed, 27 Aug 2025 17:27:31 -0700 Subject: [PATCH] Fix an issue preventing creation from completing on the Vexhub add/edit page --- .../edit/sbombastic.rancher.io.vexhub.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.vexhub.vue b/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.vexhub.vue index 845202a..45f51d4 100644 --- a/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.vexhub.vue +++ b/pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.vexhub.vue @@ -48,7 +48,7 @@ export default { :errors="errors" :cancel-event="true" @error="(e) => (errors = e)" - @finish="apply" + @finish="save" @cancel="done" >