Skip to content

Commit

Permalink
refactor: minor line change
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Feb 26, 2024
1 parent 62fdac3 commit 3e00872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/Apps/AppsIndex.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ class AppsIndex extends React.Component {
}

componentWillMount() {
document.body.addEventListener('keydown', this.focusField);
AppsManager.getAllAppsIndexStats().then(() => {
this.forceUpdate();
});
document.body.addEventListener('keydown', this.focusField);
}

componentWillUnmount() {
Expand Down

0 comments on commit 3e00872

Please sign in to comment.