diff --git a/surfsense_web/components/chat/ChatSources.tsx b/surfsense_web/components/chat/ChatSources.tsx index 863b0c2..d7a0d32 100644 --- a/surfsense_web/components/chat/ChatSources.tsx +++ b/surfsense_web/components/chat/ChatSources.tsx @@ -232,7 +232,7 @@ export default function ChatSourcesDisplay({ message }: { message: Message }) { View Sources ({totalSources}) - +
Sources @@ -248,11 +248,13 @@ export default function ChatSourcesDisplay({ message }: { message: Message }) { {getSourceIcon(group.type)} - {group.name} - + + {group.name} + + {group.sources.length} @@ -266,7 +268,7 @@ export default function ChatSourcesDisplay({ message }: { message: Message }) { className="flex-1 min-h-0 mt-0 px-6 pb-6 data-[state=active]:flex data-[state=active]:flex-col" >
-
+
{group.sources.map((source) => ( ))}