refactor: completely remove Local Folder connector references and update folder sync logic

This commit is contained in:
Anish Sarkar 2026-04-02 22:21:16 +05:30
parent 493d720b89
commit 149ccb97dd
8 changed files with 60 additions and 35 deletions

View file

@ -30,7 +30,6 @@ export const getConnectorTypeDisplay = (type: string): string => {
YOUTUBE_CONNECTOR: "YouTube",
CIRCLEBACK_CONNECTOR: "Circleback",
OBSIDIAN_CONNECTOR: "Obsidian",
LOCAL_FOLDER_CONNECTOR: "Local Folder",
DROPBOX_CONNECTOR: "Dropbox",
MCP_CONNECTOR: "MCP Server",
};