Skip to content

Commit

Permalink
change fn
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Oct 17, 2024
1 parent 092b40f commit 705d3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Modal from "../../atoms/modal/modal";

interface IModalRenameFileProps {
isOpen: boolean;
handleExit: Function;
handleExit: () => void;
state: IArchiveProps;
dispatch: React.Dispatch<ArchiveAction>;
}
Expand Down

0 comments on commit 705d3d4

Please sign in to comment.