Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Gildas Garcia <[email protected]>
  • Loading branch information
fzaninotto and djhi authored Sep 30, 2024
1 parent c97e3d7 commit fcf5529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ra-ui-materialui/src/list/List.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const PartialPagination = () => (
<Admin
dataProvider={
{
getList: async (resource, params) => ({
getList: async (_resource, _params) => ({
data: [
{
id: 1,
Expand Down Expand Up @@ -391,7 +391,7 @@ export const EmptyPartialPagination = () => (
<Admin
dataProvider={
{
getList: async (resource, params) => ({
getList: async (_resource, _params) => ({
data: [],
pageInfo: {
hasNextPage: false,
Expand Down

0 comments on commit fcf5529

Please sign in to comment.