- fix code voca in subcategory column
This commit is contained in:
@@ -44,7 +44,7 @@ export class Product extends BaseModel {
|
||||
return ProductSubCategories;
|
||||
},
|
||||
(subCategories) => {
|
||||
return subCategories.product;
|
||||
return subCategories.id;
|
||||
},
|
||||
)
|
||||
sub_categories: ProductSubCategories;
|
||||
|
||||
Reference in New Issue
Block a user