diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx index b896a8a4c..2548d582b 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx @@ -2226,15 +2226,17 @@ export const DocumentsTabComponent: React.FunctionComponent )} - - - Warning - {get429WarningMessageNoSql()}{" "} - - Learn More - - - + {bulkDeleteProcess.hasBeenThrottled && ( + + + Warning + {get429WarningMessageNoSql()}{" "} + + Learn More + + + + )} )}