mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix pagination and sorting issue for insights (#16288)
This commit is contained in:
committed by
GitHub
parent
8d6e796b92
commit
84c51b1bd9
@@ -57,7 +57,7 @@ const transformFilter = ({ id, desc }: { id: string; desc: boolean }) => {
|
||||
|
||||
const fetchPaginatedTableData = ({
|
||||
page = 0,
|
||||
itemsPerPage = 20,
|
||||
itemsPerPage = 25,
|
||||
sortBy,
|
||||
dateRange = selectedDateRange.value,
|
||||
}: {
|
||||
|
||||
Reference in New Issue
Block a user