Blueprints: Make blueprint cards selectable
Highlighting the card on select got broken during the migration. This fixes the issue.
This commit is contained in:
parent
7039db2585
commit
93d994affa
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ const BlueprintCard = ({ blueprint }: blueprintProps) => {
|
|||
<>
|
||||
<Card
|
||||
isSelected={blueprint.id === selectedBlueprintId}
|
||||
isSelectable
|
||||
data-testid={`blueprint-card`}
|
||||
isCompact
|
||||
isClickable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue