feat: handler modal dynamic
This commit is contained in:
@@ -21,7 +21,7 @@ export const Product = observer(() => {
|
||||
await Promise.allSettled([
|
||||
store.supplier.getData(),
|
||||
store.category.getData(),
|
||||
store.category.getDataSubCategories(),
|
||||
store.product.getDataSubCategories(),
|
||||
]);
|
||||
await store.product.getData();
|
||||
modalLoader.setLoading(false);
|
||||
|
Reference in New Issue
Block a user