поправил статус в админе

This commit is contained in:
Андрей Дувакин 2025-11-30 11:17:37 +05:00
parent 8f44b12021
commit f53dedef2b

View File

@ -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",