Skip to content

Commit

Permalink
📦 deps(mui): Replace deprecated use of TransitionProps.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Dec 10, 2024
1 parent eef9bff commit c3d0b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/consultations/StaticConsultationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const StaticConsultationCard = (props: StaticConsultationCardProps) => {
return (
<Accordion
defaultExpanded={defaultExpanded}
TransitionProps={{mountOnEnter: true, unmountOnExit: true}}
slotProps={{transition: {mountOnEnter: true, unmountOnExit: true}}}
loading={loading}
deleted={deleted}
isAppointment={isAppointment}
Expand Down

0 comments on commit c3d0b2e

Please sign in to comment.