Bug Fixing

This commit is contained in:
2022-02-03 19:40:38 +07:00
parent 1346d625f8
commit 27a788ed14
4 changed files with 10 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ export const ProductComponent = observer((props) => {
key: "supplier_name",
},
{
title: "Sub Category",
title: "Sub Kategori",
dataIndex: "sub_categories_name",
key: "sub_categories_name",
},