Skip to content

Commit

Permalink
fix(VIcon): remove disabled from deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 29, 2024
1 parent 1b87c83 commit ae76b21
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 @@ -357,7 +357,6 @@ const replacements = {
},
VIcon: {
dense: { name: 'size', value: 'small' },
disabled: false,
left: 'start',
right: 'end',
...sizes,
Expand Down

0 comments on commit ae76b21

Please sign in to comment.