Recupération Demande suppression partie Admin

This commit is contained in:
Charles Mendiburu 2025-04-13 14:47:21 +02:00
parent ff7c27ba90
commit cebe7258c9

View File

@ -358,7 +358,7 @@ function AdminObjet() {
<td className="px-6 py-4 whitespace-nowrap text-sm text-gray-900 flex gap-2">
<button
className="bg-green-500 hover:bg-green-600 text-white px-3 py-1 rounded-md text-sm"
onClick={() => handleAccept(request.id)}
onClick={() => handleDeleteObject(request.object_id)}
>
Accepter
</button>