Skip to content

Commit

Permalink
Merge pull request #31 from kde98892/bug/vercel
Browse files Browse the repository at this point in the history
🩹 chore(AddressModal.tsx): 타입 수정
  • Loading branch information
han-kimm authored Jan 31, 2024
2 parents af7c135 + b7ae1f3 commit 780f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/modal/AddressModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { UseFormSetValue } from "react-hook-form";
import ModalFrame from "./ModalFrame";

interface Props {
setValue: UseFormSetValue<PostType> | UseFormSetValue<EditPostType>;
setValue: UseFormSetValue<PostType>;
closeModal: () => void;
}

Expand Down

0 comments on commit 780f2fd

Please sign in to comment.