Skip to content

Commit

Permalink
fix(VerticalNavigation): remove avatarSize prop
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 28, 2022
1 parent 33bc561 commit f0835cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/runtime/components/navigation/VerticalNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ defineProps({
type: String,
default: () => $ui.verticalNavigation.icon.inactive
},
avatarSize: {
type: String,
default: () => 'xs'
},
avatarBaseClass: {
type: String,
default: () => $ui.verticalNavigation.avatar.base
Expand Down

0 comments on commit f0835cf

Please sign in to comment.