Merge branch 'main' into 'devops-production'
Main See merge request empatnusabangsa/ppob/ppob-frontend!112
This commit is contained in:
commit
580ce772ad
|
@ -40,6 +40,8 @@ export const Product = observer(() => {
|
||||||
try {
|
try {
|
||||||
store.supplier.page = 0;
|
store.supplier.page = 0;
|
||||||
store.supplier.pageSize = 1000;
|
store.supplier.pageSize = 1000;
|
||||||
|
store.product.pageSubCategories = 0;
|
||||||
|
store.product.pageSizeSubCategories = 1000;
|
||||||
modalLoader.setLoading(true);
|
modalLoader.setLoading(true);
|
||||||
await Promise.allSettled([
|
await Promise.allSettled([
|
||||||
store.supplier.getData(),
|
store.supplier.getData(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user