From b67228048072492930aebf0deee2145320af47ff Mon Sep 17 00:00:00 2001 From: Marcio Tedesco Date: Wed, 7 Aug 2024 12:49:22 +0200 Subject: [PATCH] Fix regression on the Enterprise tabs --- src/components/MainComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainComponent.vue b/src/components/MainComponent.vue index eaae5ccc..53f6d592 100644 --- a/src/components/MainComponent.vue +++ b/src/components/MainComponent.vue @@ -88,7 +88,7 @@ export default defineComponent({ }, data () { return { - tabItems: ['languages', 'editors', 'copilot chat','seat analysis' , 'api response'], + tabItems: ['languages', 'editors', 'copilot chat', 'api response'], tab: null } },