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