Hotfix: Fixed VnPaginate #1322

Merged
jon merged 2 commits from Hotfix-OrderCatalogPaginate into master 2025-02-03 08:49:29 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit a1bba4496d - Show all commits

View File

@ -21,7 +21,6 @@ const catalogParams = {
};
const arrayData = useArrayData(dataKey, {
url: 'Orders/CatalogFilter',
limit: 50,
userParams: catalogParams,
});
const store = arrayData.store;