🐛 delte document button bug

This commit is contained in:
Timur Ercan
2023-02-14 16:56:03 +01:00
parent 39b2bf416e
commit 6a1c75b165

View File

@ -230,6 +230,8 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
className="flex-shrink-0 -ml-1 mr-3 h-6 w-6 inline text-neon"
aria-hidden="true"
onClick={(event) => {
event.preventDefault();
event.stopPropagation();
if (
confirm(
"Are you sure you want to delete this document"