Skip to content

Commit

Permalink
chore(VSpeedDial): remove unused mode for transition group
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 20, 2024
1 parent 245f6d3 commit 85c0ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vuetify/src/labs/VSpeedDial/VSpeedDial.tsx
Expand Up @@ -86,7 +86,6 @@ export const VSpeedDial = genericComponent<OverlaySlots>()({
appear
group
transition={ props.transition }
mode="out-in"
>
{ slots.default?.(slotProps) }
</MaybeTransition>
Expand Down

0 comments on commit 85c0ed9

Please sign in to comment.