Skip to content

Commit

Permalink
docs: use correct reference to label (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-way authored Oct 14, 2024
1 parent 705e7f2 commit 1942c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/content/components/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Here's an example of how you might create a reusable `MySelect` component that r
{#snippet children({ selected })}
{selected ? "✅" : ""}
<Select.ItemText>
{item.label}
{label}
</Select.ItemText>
{/snippet}
</Select.Item>
Expand Down

0 comments on commit 1942c35

Please sign in to comment.