From a5c3f96664eb6fb591403e2f8260288de280ba28 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Thu, 9 Oct 2025 22:31:17 +0100 Subject: [PATCH] white text to re-run tests --- frontend/src/components/FileManager.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/FileManager.tsx b/frontend/src/components/FileManager.tsx index 5ee593916..0ac7cf060 100644 --- a/frontend/src/components/FileManager.tsx +++ b/frontend/src/components/FileManager.tsx @@ -88,6 +88,7 @@ const FileManager: React.FC = ({ selectedTool }) => { }, []); // Preload Google Drive scripts if configured + useEffect(() => { if (isGoogleDriveConfigured()) { // Load scripts in parallel without blocking