We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63eb8d commit 05a5facCopy full SHA for 05a5fac
1 file changed
src/entities/slogan/lib/handleSloganFormSubmit.ts
@@ -9,6 +9,7 @@ export async function handleSloganFormSubmit(values: SloganFormValues) {
9
toast.success("슬로건이 제출되었습니다.");
10
return res;
11
}
12
+ toast.error("슬로건 제출에 실패했습니다.");
13
} catch {
14
toast.error("슬로건 제출에 실패했습니다.");
15
0 commit comments