feat: remove action column and handler filter modal product

This commit is contained in:
caturbgs
2021-12-17 02:20:50 +07:00
parent 51e92559e8
commit 068444fb07
3 changed files with 8 additions and 23 deletions

View File

@@ -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);