Skip to content

Commit

Permalink
πŸ”’οΈ fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pbc1017 committed Dec 20, 2023
1 parent fa99396 commit 41c003b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion front/src/pages/EditMeeting/EditMeeting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ export const EditMeeting = (): JSX.Element => {
navigate(`/meeting_detail/${response.data.result}`);
},
(error) => {
alert(`μ—λŸ¬κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€. λ‹€μ‹œ μ‹œλ„ν•΄μ£Όμ„Έμš”.`);
console.error("Error uploading file:", error);
alert(
`ν™œλ™μ„ μ €μž₯ν•˜λŠ” 도쀑 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€. μž…λ ₯ν•œ 정보λ₯Ό λ‹€μ‹œ ν™•μΈν•΄μ£Όμ„Έμš”. ${error}`
);
}
);
};
Expand Down

0 comments on commit 41c003b

Please sign in to comment.