From 12772cb458393ff1444106af5dbd721fbb29a082 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Tue, 5 Nov 2024 10:43:23 +0100 Subject: [PATCH] Fix DocumentsTab conflict resolve mistake --- .../Tabs/DocumentsTabV2/DocumentsTabV2.tsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 + + + + )} )}