Skip to content

Commit

Permalink
RHINENG-5154 fix landing page browser title (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra authored Oct 17, 2024
1 parent ac232c2 commit 5fdeab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Routes/RosPage/RosPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class RosPage extends React.Component {
const chrome = this.props.chrome;
chrome?.hideGlobalFilter?.(true);
chrome?.appAction('ros-systems');
chrome?.updateDocumentTitle('Resource Optimization - Business');
await this.props.isROSConfigured();
this.processQueryParams();
this.processFilterValues();
Expand Down

0 comments on commit 5fdeab7

Please sign in to comment.