Skip to content

Commit

Permalink
Merge pull request #17 from emberjs/fix-link-to
Browse files Browse the repository at this point in the history
Fix default value for `linkTitle` property
  • Loading branch information
SergeAstapov authored Apr 4, 2022
2 parents b8c10aa + 7538c4d commit e5819eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/link-to.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const LinkComponent = EmberComponent.extend({
@property linkTitle
@private
*/
linkTitle: UNDEFINED,
linkTitle: undefined,

/**
By default this component will forward `href`, `title`, `rel`, `tabindex`, and `target`
Expand Down

0 comments on commit e5819eb

Please sign in to comment.