feat: remove action column and handler filter modal product
This commit is contained in:
@@ -22,9 +22,7 @@ export const Product = observer(() => {
|
||||
await Promise.allSettled([
|
||||
store.supplier.getData(),
|
||||
store.product.getDataCategories(),
|
||||
store.product.getDataSubCategories(),
|
||||
store.category.getData(),
|
||||
store.category.getDataSubCategories(),
|
||||
]);
|
||||
await store.product.getData();
|
||||
setIsLoading(false);
|
||||
|
Reference in New Issue
Block a user