white text to re-run tests

This commit is contained in:
EthanHealy01 2025-10-09 22:31:17 +01:00
parent 58e46858a4
commit a5c3f96664

View File

@ -88,6 +88,7 @@ const FileManager: React.FC<FileManagerProps> = ({ selectedTool }) => {
}, []);
// Preload Google Drive scripts if configured
useEffect(() => {
if (isGoogleDriveConfigured()) {
// Load scripts in parallel without blocking