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