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