Skip to content

Commit

Permalink
[no ci] Update docs/ListTutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 authored Nov 14, 2023
1 parent 8873374 commit 14b4d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ListTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ But if you just want to change the color property of the pagination button, you
```tsx
import { List, Pagination, PaginationActions } from 'react-admin';

export const PaginationActions = () => (
export const MyPaginationActions = () => (
<PaginationActions
// these props are passed down to the Material UI <Pagination> component
color="primary"
Expand Down

0 comments on commit 14b4d4b

Please sign in to comment.