fix: membership create & update
This commit is contained in:
@@ -68,6 +68,11 @@ export const SubcategoryComponent = observer((props) => {
|
||||
dataIndex: "name",
|
||||
key: "name",
|
||||
},
|
||||
{
|
||||
title: "Category",
|
||||
dataIndex: "categoryName",
|
||||
key: "categoryName",
|
||||
},
|
||||
{
|
||||
title: "Action",
|
||||
key: "action",
|
||||
|
||||
Reference in New Issue
Block a user