refactor: remove manual refresh functionality and update UI components for improved document management experience

This commit is contained in:
Anish Sarkar 2026-02-06 02:24:51 +05:30
parent c12401c1e8
commit 781cdc3dbd
6 changed files with 24 additions and 32 deletions

View file

@ -92,7 +92,7 @@ export const getConnectorIcon = (connectorType: EnumConnectorName | string, clas
case "FILE":
return <File {...iconProps} />;
case "GOOGLE_DRIVE_FILE":
return <File {...iconProps} />;
return <Image src="/connectors/google-drive.svg" alt="Google Drive" {...imgProps} />;
case "COMPOSIO_GOOGLE_DRIVE_CONNECTOR":
return <Image src="/connectors/google-drive.svg" alt="Google Drive" {...imgProps} />;
case "COMPOSIO_GMAIL_CONNECTOR":