We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1997759 commit 84dc9d7Copy full SHA for 84dc9d7
frontend/express/public/core/app-management/javascripts/countly.views.js
@@ -394,6 +394,7 @@
394
});
395
self.$store.dispatch("countlyCommon/addToAllApps", data);
396
self.$store.dispatch("countlyCommon/updateActiveApp", data._id + "");
397
+ countlyCommon.setActiveApp(data._id);
398
if (self.firstApp) {
399
countlyCommon.ACTIVE_APP_ID = data._id + "";
400
app.onAppManagementSwitch(data._id + "", data && data.type || "mobile");
@@ -892,4 +893,4 @@
892
893
return countlyGlobal.timezones;
894
}
895
};
-})();
896
+})();
0 commit comments