Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
docs: use default ariaAttachAs in Storybook demos
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed Jan 4, 2023
1 parent 75606ac commit dca43e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion addon/components/ui-popover/ui-popover.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const Template = (context: unknown) => {
Log In
<UiPopover
@title={{this.title}}
@ariaAttachAs={{this.ariaAttachAs}}
@autoPlacement={{this.autoPlacement}}
@delay={{this.delay}}
@distance={{this.distance}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const Template = (context: unknown) => {
<button class="btn btn-default">
Click Here <UiIcon @name="question-circle" />
<UiTooltipAttachment
@ariaAttachAs={{this.ariaAttachAs}}
@ariaHidden={{this.ariaHidden}}
@ariaLabel={{this.ariaLabel}}
@ariaSelector={{this.ariaSelector}}
Expand Down
1 change: 0 additions & 1 deletion addon/components/ui-tooltip/ui-tooltip.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const Template = (context: unknown) => {
// language=handlebars
template: hbs`
<UiTooltip
@ariaAttachAs={{this.ariaAttachAs}}
@ariaHidden={{this.ariaHidden}}
@ariaLabel={{this.ariaLabel}}
@ariaSelector={{this.ariaSelector}}
Expand Down

0 comments on commit dca43e1

Please sign in to comment.