Skip to content

Commit

Permalink
added missing isHrefExternal to Button component
Browse files Browse the repository at this point in the history
  • Loading branch information
didoo committed May 5, 2022
1 parent 29f79fe commit e104fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/addon/components/hds/button/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@route={{@route}}
@isRouteExternal={{@isRouteExternal}}
@href={{@href}}
@isHrefExternal={{@isHrefExternal}}
...attributes
aria-label={{if this.isIconOnly this.text null}}
type={{this.type}}
Expand Down

0 comments on commit e104fbf

Please sign in to comment.