Skip to content

Commit

Permalink
[Feat] 관리자 전체 알림 모달 중복 성공 메시지 삭제 #713
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilbur0306 committed Mar 9, 2023
1 parent 6e61804 commit 61ef817
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/modal/admin/AdminNotiAllModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ export default function AdminNotiAllModal() {
clicked: true,
});
return;
} else {
setSnackBar({
toastName: 'noti all',
severity: 'success',
message: `성공적으로 전송되었습니다!`,
clicked: true,
});
setModal({ modalName: null });
}
try {
const res = await instance.post(`pingpong/admin/notifications/`, {
Expand Down

0 comments on commit 61ef817

Please sign in to comment.