Skip to content

Commit

Permalink
fix: don't remove itemColor
Browse files Browse the repository at this point in the history
closes #82
  • Loading branch information
KaelWD committed Apr 15, 2024
1 parent a577bd0 commit c343829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/no-deprecated-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const select = {
cacheItems: false,
deletableChips: 'closable-chips',
disableLookup: false,
itemColor: { custom: 'item-props.color' },
itemDisabled: { custom: 'item-props.disabled' },
itemText: 'item-title',
searchInput: 'search',
Expand Down

0 comments on commit c343829

Please sign in to comment.