refactor: edit page size

This commit is contained in:
Thanaphon Frappet 2024-11-27 11:05:33 +07:00
parent 925ed7dd9e
commit f064ede9d3

View file

@ -588,7 +588,7 @@ async function fetchListOfProductIsAdd(productGroupId: string) {
: undefined, : undefined,
productGroupId, productGroupId,
shared: true, shared: true,
page: 150, pageSize: 150,
}); });
if (res) { if (res) {