Skip to content

Commit

Permalink
Merge pull request #207 from US-CBP/Card-decision-fix
Browse files Browse the repository at this point in the history
add the slot for card actions back for non interactive variants
  • Loading branch information
bagrub authored Sep 25, 2024
2 parents 0e9e742 + 9f02ebe commit 41462e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class CbpCard {
{(this.variant !== 'banner') && <slot name="cbp-card-title" />}
<slot />
</div>
{!this.interactive && <slot name='cbp-card-actions' />}
</Host>
)
}
Expand Down

0 comments on commit 41462e6

Please sign in to comment.