Blueprints: Make blueprint cards selectable

Highlighting the card on select got broken during the migration. This fixes the issue.
This commit is contained in:
regexowl 2025-05-28 08:57:17 +02:00 committed by Lucas Garfield
parent 7039db2585
commit 93d994affa

View file

@ -36,6 +36,7 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => {
<>
<Card
isSelected={blueprint.id === selectedBlueprintId}
isSelectable
data-testid={`blueprint-card`}
isCompact
isClickable