Skip to content

Commit 3d1d2d5

Browse files
Merge branch 'alpha' into feat/2506
2 parents 5c47fc5 + 09f48fc commit 3d1d2d5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.4.0-alpha.6](https://github.com/ParsePlatform/parse-dashboard/compare/5.4.0-alpha.5...5.4.0-alpha.6) (2024-02-26)
2+
3+
4+
### Bug Fixes
5+
6+
* App metrics for user and installation counts show dash ([#2528](https://github.com/ParsePlatform/parse-dashboard/issues/2528)) ([850d7b3](https://github.com/ParsePlatform/parse-dashboard/commit/850d7b3f20160761a21f68ec398d7207b8226770))
7+
18
# [5.4.0-alpha.5](https://github.com/ParsePlatform/parse-dashboard/compare/5.4.0-alpha.4...5.4.0-alpha.5) (2024-02-18)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-dashboard",
3-
"version": "5.4.0-alpha.5",
3+
"version": "5.4.0-alpha.6",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/ParsePlatform/parse-dashboard"

src/dashboard/Apps/AppsIndex.react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ class AppsIndex extends React.Component {
115115
}
116116

117117
componentWillMount() {
118-
if (AppsManager.apps().length === 1) {
119-
const [app] = AppsManager.apps();
120-
this.props.navigate(`/apps/${app.slug}/browser`);
121-
return;
122-
}
123118
document.body.addEventListener('keydown', this.focusField);
124119
AppsManager.getAllAppsIndexStats().then(() => {
125120
this.forceUpdate();

0 commit comments

Comments
 (0)