Skip to content

Commit

Permalink
fix(SelectCustom): prop is icon instead of iconName
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 1, 2022
1 parent 8f9e0a4 commit 6da0c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/SelectCustom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<span v-else class="block truncate u-text-gray-400">{{ placeholder }}</span>
</slot>
<span :class="iconWrapperClass">
<Icon :name="iconName" :class="iconClass" aria-hidden="true" />
<Icon :name="icon" :class="iconClass" aria-hidden="true" />
</span>
</ListboxButton>

Expand Down

0 comments on commit 6da0c28

Please sign in to comment.