From 2ba3e29efd5d21af4a4579f2b52498be5612750a Mon Sep 17 00:00:00 2001 From: Ashwin P Chandran Date: Thu, 4 Apr 2024 06:26:18 +0000 Subject: [PATCH] dummy change Signed-off-by: Ashwin P Chandran --- src/plugins/home/public/application/components/home.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/plugins/home/public/application/components/home.js b/src/plugins/home/public/application/components/home.js index 33b6d4cd5cd3..1c1e38c25c35 100644 --- a/src/plugins/home/public/application/components/home.js +++ b/src/plugins/home/public/application/components/home.js @@ -71,7 +71,8 @@ export class Home extends Component { // If welcome is enabled, we wait for loading to complete // before rendering. This prevents an annoying flickering // effect where home renders, and then a few ms after, the - // welcome screen fades in + // welcome screen fades in. + // Dummy change isLoading: isWelcomeEnabled, isNewOpenSearchDashboardsInstance: false, isWelcomeEnabled,