Plug filter delete to backend (#2303)

* plug-filter-delete-to-backend

* delete console
This commit is contained in:
bosiraphael
2023-10-31 18:06:43 +01:00
committed by GitHub
parent f9920d2f24
commit 951680113e
3 changed files with 26 additions and 10 deletions
@@ -102,7 +102,6 @@ export const useFindOneObjectMetadataItem = ({
}
`;
// TODO: implement backend delete
const deleteOneMutation = foundObjectMetadataItem
? generateDeleteOneObjectMutation({
objectMetadataItem: foundObjectMetadataItem,