fix(editor): Fix pagination in Data Table list UI (#19192)

This commit is contained in:
Milorad FIlipović
2025-09-04 15:24:02 +02:00
committed by GitHub
parent 85cfe6cff8
commit 0b24fb55e8

View File

@@ -27,7 +27,7 @@ export const fetchDataStoresApi = async (
'GET', 'GET',
apiEndpoint, apiEndpoint,
{ {
options: options ?? undefined, ...options,
filter: filter ?? undefined, filter: filter ?? undefined,
}, },
); );