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
|
<Card
|
||||||
isSelected={blueprint.id === selectedBlueprintId}
|
isSelected={blueprint.id === selectedBlueprintId}
|
||||||
|
isSelectable
|
||||||
data-testid={`blueprint-card`}
|
data-testid={`blueprint-card`}
|
||||||
isCompact
|
isCompact
|
||||||
isClickable
|
isClickable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue