Skip to content

Commit

Permalink
fix(localizationProvider): rename deprecated prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Clm-Roig committed Jun 18, 2022
1 parent a9952cf commit 92ef3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function App() {
return (
<LocalizationProvider
dateAdapter={DateAdapter}
locale={frLocale}
adapterLocale={frLocale}
localeText={frFR.components.MuiLocalizationProvider.defaultProps.localeText}>
<StyledEngineProvider injectFirst>
<ThemeProvider theme={theme}>
Expand Down

0 comments on commit 92ef3d9

Please sign in to comment.