From 5fdeab797db8164e3be8363f63b55f72e59a5fc9 Mon Sep 17 00:00:00 2001 From: Rohini Chandra <61837065+r14chandra@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:58:11 +0530 Subject: [PATCH] RHINENG-5154 fix landing page browser title (#393) --- src/Routes/RosPage/RosPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Routes/RosPage/RosPage.js b/src/Routes/RosPage/RosPage.js index 0497b590..6c699cf2 100644 --- a/src/Routes/RosPage/RosPage.js +++ b/src/Routes/RosPage/RosPage.js @@ -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();