summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/tabs/tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/tabs/tabs.js')
-rw-r--r--app/assets/javascripts/vue_shared/components/tabs/tabs.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/vue_shared/components/tabs/tabs.js b/app/assets/javascripts/vue_shared/components/tabs/tabs.js
index 8497c3e851f..4b2996f76d5 100644
--- a/app/assets/javascripts/vue_shared/components/tabs/tabs.js
+++ b/app/assets/javascripts/vue_shared/components/tabs/tabs.js
@@ -29,8 +29,6 @@ export default {
this.tabs[index].localActive = true;
this.currentIndex = index;
-
- this.$emit('changed', this.currentIndex);
},
},
render(h) {