From 74ed842a67dc5997e100a30b5a79315bd4425cb0 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Wed, 30 Oct 2024 11:22:02 +0000 Subject: [PATCH] Fix errors not showing in fleet git repo form Missed from - https://github.com/rancher/dashboard/pull/11956#issuecomment-2422936450 - https://github.com/rancher/dashboard/issues/12298 - https://github.com/rancher/dashboard/pull/12299 --- shell/edit/fleet.cattle.io.gitrepo.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/edit/fleet.cattle.io.gitrepo.vue b/shell/edit/fleet.cattle.io.gitrepo.vue index 421ebe3ca62..160c223c417 100644 --- a/shell/edit/fleet.cattle.io.gitrepo.vue +++ b/shell/edit/fleet.cattle.io.gitrepo.vue @@ -34,6 +34,8 @@ const _SPECIFY = 'specify'; export default { name: 'CruGitRepo', + inheritAttrs: false, + emits: ['input'], components: {