Skip to content
Snippets Groups Projects

Instance streaming audit events - add FF and tab

All threads resolved!
@@ -13,7 +13,7 @@ export default {
@@ -13,7 +13,7 @@ export default {
AuditEventsStream,
AuditEventsStream,
},
},
mixins: [Tracking.mixin()],
mixins: [Tracking.mixin()],
inject: ['isProject', 'showStreams', 'groupPath'],
inject: ['isProject', 'showStreams'],
computed: {
computed: {
showTabs() {
showTabs() {
return !this.isProject && this.showStreams;
return !this.isProject && this.showStreams;
Loading