diff --git a/src/components/DeleteConfirmation.tsx b/src/components/DeleteConfirmation.tsx index 1e15b68..4493808 100644 --- a/src/components/DeleteConfirmation.tsx +++ b/src/components/DeleteConfirmation.tsx @@ -41,7 +41,7 @@ const DeleteConfirmation: React.FC = ({ try { await deleteContent(rowData?.identifier, rowData?.mimeType); console.log(`Deleted item with identifier - ${rowData?.identifier}`); - await delay(1000); + await delay(2000); // Update the fetchContentAPI state after the delay setFetchContentAPI(!fetchContentAPI); @@ -70,7 +70,7 @@ const DeleteConfirmation: React.FC = ({ > - Are you sure you want to delete this item? + Are you sure you want to delete this Resource? {/*