убрал кнопку удаления решения

This commit is contained in:
Андрей Дувакин 2025-11-30 14:18:02 +05:00
parent 07d44371ad
commit 9ab08acf7f

View File

@ -163,22 +163,6 @@ const ViewTaskModal = () => {
) : (
<Tag color="blue">На проверке</Tag>
)}
<Popconfirm
title={`Удалить ответ на задание?`}
description="Это действие нельзя отменить"
onConfirm={(e) => {
handleDeleSolution(solution.id)
}}
okText="Удалить"
cancelText="Отмена"
>
<Button
type="text"
danger
icon={<DeleteOutlined/>}
/>
</Popconfirm>
</Flex>
}
extra={