refactor: update terminology in AllConnectorsTab and enhance styling in FolderTreeView

This commit is contained in:
Anish Sarkar 2026-04-08 16:20:41 +05:30
parent c9c1d239f8
commit b76a6babc1
2 changed files with 3 additions and 3 deletions

View file

@ -283,7 +283,7 @@ export function FolderTreeView({
if (treeNodes.length === 0 && folders.length === 0 && documents.length === 0) {
return (
<div className="flex flex-1 flex-col items-center justify-center gap-1 px-4 py-12 text-muted-foreground">
<div className="flex flex-1 flex-col items-center justify-center gap-1 px-4 py-12 text-muted-foreground select-none">
<p className="text-sm font-medium">No documents found</p>
<p className="text-xs text-muted-foreground/70">
Use the upload button or connect a source above