fix(editor): Fix pagination and sorting issue for insights (#16288)

This commit is contained in:
Guillaume Jacquart
2025-06-13 10:08:08 +02:00
committed by GitHub
parent 8d6e796b92
commit 84c51b1bd9
3 changed files with 55 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ const transformFilter = ({ id, desc }: { id: string; desc: boolean }) => {
const fetchPaginatedTableData = ({
page = 0,
itemsPerPage = 20,
itemsPerPage = 25,
sortBy,
dateRange = selectedDateRange.value,
}: {