Skip to content

Commit 05a5fac

Browse files
committed
fix: handleSloganFormSubmit 비정상 상태코드 응답 시 toast.error 누락 수정
1 parent d63eb8d commit 05a5fac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/entities/slogan/lib/handleSloganFormSubmit.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export async function handleSloganFormSubmit(values: SloganFormValues) {
99
toast.success("슬로건이 제출되었습니다.");
1010
return res;
1111
}
12+
toast.error("슬로건 제출에 실패했습니다.");
1213
} catch {
1314
toast.error("슬로건 제출에 실패했습니다.");
1415
}

0 commit comments

Comments
 (0)