поправил статус в админе
This commit is contained in:
parent
8f44b12021
commit
f53dedef2b
@ -56,11 +56,6 @@ const AdminPage = () => {
|
|||||||
filters: rolesData.map(status => ({text: status.title, value: status.title})),
|
filters: rolesData.map(status => ({text: status.title, value: status.title})),
|
||||||
onFilter: (value, record) => record.status.title === value,
|
onFilter: (value, record) => record.status.title === value,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Статус",
|
|
||||||
dataIndex: "status",
|
|
||||||
key: "status",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Действия",
|
title: "Действия",
|
||||||
key: "actions",
|
key: "actions",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user