diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx index 741139e39..c5445c2f9 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2.tsx @@ -645,6 +645,7 @@ export const DocumentsTabComponent: React.FunctionComponent(undefined); const [bulkDeleteOperation, setBulkDeleteOperation] = useState<{ onCompleted: (documentIds: DocumentId[]) => void; @@ -754,6 +755,7 @@ export const DocumentsTabComponent: React.FunctionComponent 0, })); }) .catch((error) => { @@ -764,6 +766,7 @@ export const DocumentsTabComponent: React.FunctionComponent )} - - - Warning - {get429WarningMessageNoSql()}{" "} - - Learn More - - - + {bulkDeleteProcess.hasBeenThrottled && ( + + + Warning + {get429WarningMessageNoSql()}{" "} + + Learn More + + + + )} )}