Skip to content

Commit

Permalink
Merge pull request #306 from ODOICHON/fix#305
Browse files Browse the repository at this point in the history
[fix] ๋†๊ฐ€๊ฑฐ๋ž˜ ๊ฒŒ์‹œ๊ธ€ ๋“ฑ๋ก ์‹œ, "๊ฒŒ์‹œ๊ธ€์ด ์ˆ˜์ •๋˜์—ˆ์Šต๋‹ˆ๋‹ค." ํŒ์—…์„ "๊ฒŒ์‹œ๊ธ€์ด ๋“ฑ๋ก๋˜์—ˆ์Šต๋‹ˆ๋‹ค." ๋กœ ์ˆ˜์ •
  • Loading branch information
JunJongHun authored Sep 23, 2024
2 parents c79e695 + 340d2ff commit 6d73230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Trade/Quill/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function TradeQuill({
alert('๊ฒŒ์‹œ๊ธ€์ด ์ž„์‹œ์ €์žฅ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.');
queryClient.refetchQueries([QueryKeys.MY_SAVES]);
} else {
handleToastMessageProps('POST_UPDATE_SUCCESS', () => {
handleToastMessageProps('POST_CREATE_SUCCESS', () => {
handleModalClose();
navigate(`/trade`);
});
Expand Down

0 comments on commit 6d73230

Please sign in to comment.