Skip to content

Commit

Permalink
Update packages/carbon-web-components/src/components/list/ordered-lis…
Browse files Browse the repository at this point in the history
…t.stories.ts
  • Loading branch information
kennylam authored Jan 10, 2024
1 parent 5de6fa0 commit 8995588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const controls = {
};

export const Default = {
render: () => html`<cds-ordered-list>
render: () => html`<cds-ordered-list native>
<cds-list-item>Ordered List level 1</cds-list-item>
<cds-list-item>Ordered List level 1</cds-list-item>
<cds-list-item>Ordered List level 1</cds-list-item>
Expand Down

0 comments on commit 8995588

Please sign in to comment.