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 56190fb commit a367701Copy full SHA for a367701
frontend/express/public/core/app-management/javascripts/countly.views.js
@@ -392,10 +392,10 @@
392
label: data.name
393
});
394
self.$store.dispatch("countlyCommon/addToAllApps", data);
395
+ self.$store.dispatch("countlyCommon/updateActiveApp", data._id + "");
396
if (self.firstApp) {
397
countlyCommon.ACTIVE_APP_ID = data._id + "";
398
app.onAppManagementSwitch(data._id + "", data && data.type || "mobile");
- self.$store.dispatch("countlyCommon/updateActiveApp", data._id + "");
399
app.initSidebar();
400
}
401
self.firstApp = self.checkIfFirst();
0 commit comments