fix: filter product in admin
This commit is contained in:
		@@ -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(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user