diff --git a/shell/components/form/ResourceTabs/index.vue b/shell/components/form/ResourceTabs/index.vue index 456f42855a0..4ccda750943 100644 --- a/shell/components/form/ResourceTabs/index.vue +++ b/shell/components/form/ResourceTabs/index.vue @@ -101,7 +101,6 @@ export default { return { eventSchema, EVENT, - selectedTab: this.defaultTab, inStore, showConditions: false, paginationHeaders @@ -245,7 +244,6 @@ export default { :default-tab="defaultTab" :resource="value" :use-hash="useHash" - @changed="tabChange" >