Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega committed Sep 6, 2024
1 parent 271749b commit da56f32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const DashboardParams = ({
},
{ preventScrollReset: true, replace: true }
)
}, [innerDatesStateDebounced, isFirstRender])
}, [innerDatesStateDebounced])

return (
<LocalizationProvider dateAdapter={AdapterDayjs} adapterLocale={'en-gb'}>
Expand Down

0 comments on commit da56f32

Please sign in to comment.