Skip to content

Commit

Permalink
Merge branch 'develop' into feat/design-system
Browse files Browse the repository at this point in the history
  • Loading branch information
kde98892 authored Jan 31, 2024
2 parents c237096 + 780f2fd commit c7b8fe9
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 c7b8fe9

Please sign in to comment.