Skip to content

Commit

Permalink
fix: 생년월일 초기값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwak-Seungju committed Sep 9, 2024
1 parent a53d467 commit a657b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/SignUp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const initialValue = {
email: '',
password: '',
githubName: '',
birthday: '',
birthday: null,
profileImageUrl: null,
};

Expand Down

0 comments on commit a657b77

Please sign in to comment.