Skip to content

Commit

Permalink
chore(demo): fix missed rename for custom-item-selectors attr (#7653)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

✨📝✨
  • Loading branch information
jcfranco authored Sep 1, 2023
1 parent d350102 commit dc5f8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/src/demos/flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<div class="child right-aligned-text">custom flow-item support</div>

<div class="child">
<calcite-flow extra-item-selector="custom-flow-item">
<calcite-flow custom-item-selectors="custom-flow-item">
<calcite-flow-item heading="flow-item-1">
<img src="https://via.placeholder.com/250x250.png?text=calcite-flow-item" />
</calcite-flow-item>
Expand Down

0 comments on commit dc5f8e6

Please sign in to comment.