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

Commit dca43e1

Browse files
committed
docs: use default ariaAttachAs in Storybook demos
1 parent 75606ac commit dca43e1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

addon/components/ui-popover/ui-popover.stories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const Template = (context: unknown) => {
2828
Log In
2929
<UiPopover
3030
@title={{this.title}}
31-
@ariaAttachAs={{this.ariaAttachAs}}
3231
@autoPlacement={{this.autoPlacement}}
3332
@delay={{this.delay}}
3433
@distance={{this.distance}}

addon/components/ui-tooltip/ui-tooltip-attachment.stories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const Template = (context: unknown) => {
1818
<button class="btn btn-default">
1919
Click Here <UiIcon @name="question-circle" />
2020
<UiTooltipAttachment
21-
@ariaAttachAs={{this.ariaAttachAs}}
2221
@ariaHidden={{this.ariaHidden}}
2322
@ariaLabel={{this.ariaLabel}}
2423
@ariaSelector={{this.ariaSelector}}

addon/components/ui-tooltip/ui-tooltip.stories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const Template = (context: unknown) => {
1616
// language=handlebars
1717
template: hbs`
1818
<UiTooltip
19-
@ariaAttachAs={{this.ariaAttachAs}}
2019
@ariaHidden={{this.ariaHidden}}
2120
@ariaLabel={{this.ariaLabel}}
2221
@ariaSelector={{this.ariaSelector}}

0 commit comments

Comments
 (0)