Skip to content

Commit c95a6ab

Browse files
authored
Merge pull request #6755 from Countly/revert-ai-updates
[core] Revert custom overlay components since they're not needed in AI anymore
2 parents 2829ea0 + 68671e3 commit c95a6ab

File tree

1 file changed

+0
-6
lines changed
  • frontend/express/public/javascripts/countly/vue

1 file changed

+0
-6
lines changed

frontend/express/public/javascripts/countly/vue/core.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,6 @@
894894
self.vm = new Vue({
895895
el: el,
896896
store: _vuex.getGlobalStore(),
897-
mixins: [
898-
countlyVue.container.dataMixin({
899-
"customOverlayComponents": "/overlay/custom",
900-
})
901-
],
902897
components: {
903898
DummyCompAPI: DummyCompAPI,
904899
MainView: self.component,
@@ -910,7 +905,6 @@
910905
<GenericPopups></GenericPopups>\
911906
<DummyCompAPI></DummyCompAPI>\
912907
<QuickstartPopover></QuickstartPopover>\
913-
<component v-if="customOverlayComponents" v-for="customComponent in customOverlayComponents" :key="customComponent.name" :is="customComponent.component" />\
914908
</div>',
915909
beforeCreate: function() {
916910
this.$route.params = self.params;

0 commit comments

Comments
 (0)