Recupération Demande suppression partie Admin
This commit is contained in:
parent
ff7c27ba90
commit
cebe7258c9
@ -358,7 +358,7 @@ function AdminObjet() {
|
|||||||
<td className="px-6 py-4 whitespace-nowrap text-sm text-gray-900 flex gap-2">
|
<td className="px-6 py-4 whitespace-nowrap text-sm text-gray-900 flex gap-2">
|
||||||
<button
|
<button
|
||||||
className="bg-green-500 hover:bg-green-600 text-white px-3 py-1 rounded-md text-sm"
|
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
|
Accepter
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user