Skip to content

Commit

Permalink
Resolve ban types error in DeletePopup
Browse files Browse the repository at this point in the history
  • Loading branch information
LillianHo5 committed May 28, 2024
1 parent 60e38f3 commit a17ea89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-portal-frontend/src/app/components/DeletePopup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type IconProps = {
type DeleteConfirmationPopupProps = {
onDelete: () => void;
onCancel: () => void;
type: String;
type: string;
};

const DeleteConfirmationPopup: React.FC<DeleteConfirmationPopupProps> = ({
Expand Down

0 comments on commit a17ea89

Please sign in to comment.