diff --git a/src/components/statistics.js b/src/components/statistics.js index ffced5d..8a3492e 100644 --- a/src/components/statistics.js +++ b/src/components/statistics.js @@ -18,7 +18,7 @@ import { DeleteMediaButton } from "./media"; const ListActions = props => { const { className, exporter, filters, maxResults, ...rest } = props; const { - currentSort, + sort, resource, displayedFilters, filterValues, @@ -39,7 +39,7 @@ const ListActions = props => { diff --git a/src/components/users.js b/src/components/users.js index a836ab5..bf198f5 100644 --- a/src/components/users.js +++ b/src/components/users.js @@ -73,7 +73,7 @@ const date_format = { }; const UserListActions = ({ - currentSort, + sort, className, resource, filters, @@ -103,7 +103,7 @@ const UserListActions = ({