Skip to content

Commit 44575fd

Browse files
lsongsusexingzhang-suse
authored andcommitted
Fix an issue preventing creation from completing on the Vexhub add/edit page
1 parent f5242e7 commit 44575fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.vexhub.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
:errors="errors"
4949
:cancel-event="true"
5050
@error="(e) => (errors = e)"
51-
@finish="apply"
51+
@finish="save"
5252
@cancel="done"
5353
>
5454
<NameNsDescription

0 commit comments

Comments
 (0)