Skip to content

Commit

Permalink
feat: replaced deprecated feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDead committed Dec 6, 2024
1 parent 50eda1e commit 3aba124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Settings/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const Settings = () => {
</AccordionDetails>
</Accordion>
<Accordion
TransitionProps={{ unmountOnExit: true }}
slotProps={{ transition: { unmountOnExit: true } }}
expanded={themeExpanded}
onChange={() => setThemeExpanded((prev) => !prev)}
>
Expand Down

0 comments on commit 3aba124

Please sign in to comment.