Skip to content

Commit

Permalink
fix: 게시글 작성 페이지 완료 토스트 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjinan096 committed Jul 23, 2024
1 parent 7823390 commit b98b4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(post)/createPost/_components/PostForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const PostForm = () => {

const onSubmitPost = (data: PostRequestBody) => {
createPost(data);
Toast.default('검색 되었습니다.');
Toast.default('등록되었습니다.');
router.push('/');
};

Expand Down

0 comments on commit b98b4b6

Please sign in to comment.