diff --git a/shell/components/CruResource.vue b/shell/components/CruResource.vue index 74a059cef1..dbc9d59baf 100644 --- a/shell/components/CruResource.vue +++ b/shell/components/CruResource.vue @@ -280,7 +280,7 @@ export default { // If the attempt to create the new namespace // is successful, save the resource. - this.$emit('finish'); + this.$emit('finish', buttonDone); } catch (err) { // After the attempt to create the namespace, // show any applicable errors if the namespace is diff --git a/shell/edit/management.cattle.io.clusterroletemplatebinding.vue b/shell/edit/management.cattle.io.clusterroletemplatebinding.vue index 0a4a542909..f1e737bfd0 100644 --- a/shell/edit/management.cattle.io.clusterroletemplatebinding.vue +++ b/shell/edit/management.cattle.io.clusterroletemplatebinding.vue @@ -1,6 +1,7 @@