We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccc5c7 commit 5e3ef39Copy full SHA for 5e3ef39
frontend/express/public/core/geo-countries/javascripts/countly.views.js
@@ -332,7 +332,7 @@ var getGeoAnalyticsView = function() {
332
return new countlyVue.views.BackboneWrapper({
333
component: GeoAnalyticsView,
334
vuex: tabsVuex,
335
- templates: []
+ templates: countlyVue.container.templates(['/geo/external/templates'])
336
});
337
};
338
app.route("/analytics/geo", "analytics-geo", function() {
0 commit comments