diff --git a/admin-portal-frontend/src/app/components/DeletePopup.tsx b/admin-portal-frontend/src/app/components/DeletePopup.tsx index d40253e..79751dd 100644 --- a/admin-portal-frontend/src/app/components/DeletePopup.tsx +++ b/admin-portal-frontend/src/app/components/DeletePopup.tsx @@ -2,6 +2,11 @@ import React from "react"; import CloseIcon from "../icons/close.svg"; +type IconProps = { + 'content-type': string, + src: string +} + type DeleteConfirmationPopupProps = { onDelete: () => void; onCancel: () => void; @@ -15,7 +20,7 @@ const DeleteConfirmationPopup: React.FC = ({