feat: rewrite modal logic product

This commit is contained in:
caturbgs
2021-12-10 12:05:49 +07:00
parent 4d1cd215a1
commit 6da88a97a8
3 changed files with 125 additions and 139 deletions

View File

@@ -18,8 +18,6 @@ export class Product {
dataSubCategories = [];
total_dataSubCategories = 0;
visibleModal = false;
constructor(ctx) {
this.ctx = ctx;
makeAutoObservable(this);