diff --git a/src/pages/NewReportWorkspaceSelectionPage.tsx b/src/pages/NewReportWorkspaceSelectionPage.tsx
index 7f1d7d5d83ed2..8c2bc923d79d5 100644
--- a/src/pages/NewReportWorkspaceSelectionPage.tsx
+++ b/src/pages/NewReportWorkspaceSelectionPage.tsx
@@ -1,7 +1,8 @@
import {accountIDSelector, emailSelector} from '@selectors/Session';
import React, {useEffect, useState} from 'react';
+import {View} from 'react-native';
import type {OnyxCollection} from 'react-native-onyx';
-import FullScreenLoadingIndicator from '@components/FullscreenLoadingIndicator';
+import ActivityIndicator from '@components/ActivityIndicator';
import HeaderWithBackButton from '@components/HeaderWithBackButton';
import ScreenWrapper from '@components/ScreenWrapper';
import {useSearchActionsContext, useSearchStateContext} from '@components/Search/SearchContext';
@@ -268,10 +269,12 @@ function NewReportWorkspaceSelectionPage({route}: NewReportWorkspaceSelectionPag
/>
{CreateReportConfirmationModal}
{shouldShowLoadingIndicator ? (
-
+
+
+
) : (
<>
{translate('report.newReport.chooseWorkspace')}