Skip to content

Commit

Permalink
Update packages/web-components/fast-foundation/src/tabs/stories/tabs.…
Browse files Browse the repository at this point in the history
…stories.ts

Co-authored-by: John Kreitlow <[email protected]>
  • Loading branch information
m4thieulavoie and radium-v authored Aug 22, 2022
1 parent 556591a commit c8b697c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const componentTemplate = html<TabsStoryArgs>`
${repeat(
x => x.items,
html`
<fast-tab ?disabled=${x => x.disabled}>${x => x.tab}</fast-tab>
<fast-tab ?disabled="${x => x.disabled}">${x => x.tab}</fast-tab>
<fast-tab-panel>
${x => x.panel}
</fast-tab-panel>
Expand Down

0 comments on commit c8b697c

Please sign in to comment.