We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab7edfc + acdf6b7 commit 2bdd980Copy full SHA for 2bdd980
1 file changed
โsrc/pages/PostPickPage/index.tsxโ
@@ -73,9 +73,6 @@ const PostPickPage = () => {
73
onSuccess: response => {
74
navigate(`/pick-detail/${response.currentAppointment.appointment.appointmentId}`, { replace: true });
75
},
76
- onError: () => {
77
- openToast({ message: 'PICK ์์ฑ์ ์คํจํ์ด์. ๋ค์ ์๋ํด์ฃผ์ธ์!' });
78
- },
79
80
);
81
return;
@@ -93,9 +90,6 @@ const PostPickPage = () => {
93
90
94
91
95
92
96
97
98
99
100
101
};
0 commit comments