Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jan 13, 2022
1 parent 783faf1 commit 28b7d3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ra-ui-materialui/src/list/ListActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const ListActions = (props: ListActionsProps) => {
sort,
displayedFilters,
filterValues,
selectedIds,
showFilter,
total,
} = useListContext(props);
Expand Down Expand Up @@ -97,7 +96,7 @@ export const ListActions = (props: ListActionsProps) => {
filters,
total,
className,
currentSort,
sort,
exporter,
hasCreate,
]
Expand Down

0 comments on commit 28b7d3c

Please sign in to comment.