From 963e1a39774191a9a04e57d789cac11c75fc7df8 Mon Sep 17 00:00:00 2001 From: dklimpel <5740567+dklimpel@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:57:14 +0100 Subject: [PATCH] renmae currentSort --- src/components/statistics.js | 4 ++-- src/components/users.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = ({