Skip to content

Commit

Permalink
props fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetemrekilinc committed Oct 31, 2023
1 parent 47e46c6 commit bc7cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppRoutes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const AppRoutes = (props) => {
path="/notistack/use-snackbar-api"
element={
<AppRouteWithTitle title="useSnackbar Api">
<UseSnackbarApi />
<UseSnackbarApi openSettingsDialog={props.openSettingsDialog} />
</AppRouteWithTitle>
}
/>
Expand Down

0 comments on commit bc7cd74

Please sign in to comment.