Skip to content

Commit 62fdac3

Browse files
fix: removed the redirection code for single app
1 parent 68f64e8 commit 62fdac3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/dashboard/Apps/AppsIndex.react.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ class AppsIndex extends React.Component {
119119
this.forceUpdate();
120120
});
121121
document.body.addEventListener('keydown', this.focusField);
122-
if (AppsManager.apps().length === 1) {
123-
const [app] = AppsManager.apps();
124-
this.props.navigate(`/apps/${app.slug}/browser`);
125-
return;
126-
}
127122
}
128123

129124
componentWillUnmount() {

0 commit comments

Comments
 (0)