Skip to content

Commit

Permalink
remove doc sets
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 10, 2024
1 parent 30dfe6d commit 094e1d6
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 094e1d6

Please sign in to comment.