fix: membership create & update

This commit is contained in:
2021-12-16 21:39:31 +07:00
parent d41681c217
commit ac13d366c8
6 changed files with 51 additions and 11 deletions

View File

@@ -68,6 +68,11 @@ export const SubcategoryComponent = observer((props) => {
dataIndex: "name",
key: "name",
},
{
title: "Category",
dataIndex: "categoryName",
key: "categoryName",
},
{
title: "Action",
key: "action",