Skip to content

Commit

Permalink
Merge pull request #46 from wise-king-sullyman/release
Browse files Browse the repository at this point in the history
chore(deps): Trigger additional release after tag fix
  • Loading branch information
wise-king-sullyman authored Jun 23, 2023
2 parents 286bf86 + 09e3fb6 commit 73fa096
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/module/src/components/CatalogTile/CatalogTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ export class CatalogTile extends React.Component<CatalogTileProps> {
<CardHeader
actions={{ actions: badges.length > 0 && this.renderBadges(badges) }}
selectableActions={
onClick && { selectableActionId: id + '-input', onClickAction: (e) => this.handleClick(e), selectableActionAriaLabelledby: id }
onClick && {
selectableActionId: id + '-input',
onClickAction: (e) => this.handleClick(e),
selectableActionAriaLabelledby: id
}
}
>
{iconImg && <img className="catalog-tile-pf-icon" src={iconImg} alt={iconAlt} />}
Expand Down

0 comments on commit 73fa096

Please sign in to comment.