Skip to content

Commit

Permalink
fix: 수정시 alert message 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
airman5573 committed Aug 18, 2022
1 parent d45065f commit 157486a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Edit = () => {
navigate(PATH.COMMUNITY(numStudyId));
},
onError: () => {
alert('글 작성 실패!');
alert('글 수정 실패!');
},
},
);
Expand Down

0 comments on commit 157486a

Please sign in to comment.