Skip to content

Commit

Permalink
change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
christie26 committed Dec 16, 2023
1 parent aa110e3 commit 0cc4533
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 @@ export const ProfileEditModal: React.FC<ModalProfileProps> = ({
fetchData();
onClose();
} catch (error: any) {
alert(error?.error?.message ?? '유니크 체크에 실패했습니다.');
alert(error?.error?.message ?? '프로필 수정에 실패했습니다.');
}
}, [api, newData, onClose, fetchData]);

Expand Down

0 comments on commit 0cc4533

Please sign in to comment.