diff --git a/surfsense_web/components/new-chat/document-mention-picker.tsx b/surfsense_web/components/new-chat/document-mention-picker.tsx index ba9e4ea95..f7f948d41 100644 --- a/surfsense_web/components/new-chat/document-mention-picker.tsx +++ b/surfsense_web/components/new-chat/document-mention-picker.tsx @@ -329,7 +329,7 @@ export const DocumentMentionPicker = forwardRef< ) : actualDocuments.length === 0 ? (
- +

No documents found

) : ( @@ -337,7 +337,7 @@ export const DocumentMentionPicker = forwardRef< {/* SurfSense Documentation Section */} {surfsenseDocsList.length > 0 && ( <> -
+
SurfSense Docs
{surfsenseDocsList.map((doc) => { @@ -385,7 +385,7 @@ export const DocumentMentionPicker = forwardRef< {/* User Documents Section */} {userDocsList.length > 0 && ( <> -
+
Your Documents
{userDocsList.map((doc) => {