Skip to content

Commit

Permalink
feat: 차단 유저 보여주는 toast message 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ww8007 committed Oct 14, 2023
1 parent 20adae3 commit 64103fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export type ToastMessage =
| '앗! 카테고리 이름이 비어있어요'
| '삭제 되었습니다'
| '추가 되었습니다'
| '수정 되었습니다';
| '수정 되었습니다'
| '차단된 사용자 입니다';

export type ToastMode = 'SUCCESS' | 'DELETE' | 'ERROR';

Expand Down

0 comments on commit 64103fa

Please sign in to comment.