diff --git a/src/plugins/home/public/application/components/home.js b/src/plugins/home/public/application/components/home.js index 33b6d4cd5cd..1c1e38c25c3 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,