Skip to content

Commit

Permalink
remove doc sets (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx authored Dec 11, 2024
1 parent 09fe8ea commit 600ebb6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions web/src/components/assistants/AssistantCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,6 @@ export const AssistantCard = ({
</span>
</div>
</div>

{assistant.document_sets.length > 0 && (
<div className="flex flex-wrap gap-1 mt-2">
{assistant.document_sets.map((set) => (
<Bubble key={set.id} isSelected={false}>
<div className="flex items-center gap-1 text-xs">
<FiBookmark className="text-text-500" />
{set.name}
</div>
</Bubble>
))}
</div>
)}
</div>
);
};
Expand Down

0 comments on commit 600ebb6

Please sign in to comment.