mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix pagination in Data Table list UI (#19192)
This commit is contained in:
committed by
GitHub
parent
85cfe6cff8
commit
0b24fb55e8
@@ -27,7 +27,7 @@ export const fetchDataStoresApi = async (
|
|||||||
'GET',
|
'GET',
|
||||||
apiEndpoint,
|
apiEndpoint,
|
||||||
{
|
{
|
||||||
options: options ?? undefined,
|
...options,
|
||||||
filter: filter ?? undefined,
|
filter: filter ?? undefined,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user