Skip to content

Commit 25cd91f

Browse files
committed
Fix regression on the Enterprise tabs
1 parent 43a7a6d commit 25cd91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MainComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default defineComponent({
8888
},
8989
data () {
9090
return {
91-
tabItems: ['languages', 'editors', 'copilot chat','seat analysis' , 'api response'],
91+
tabItems: ['languages', 'editors', 'copilot chat', 'api response'],
9292
tab: null
9393
}
9494
},

0 commit comments

Comments
 (0)