Skip to content

Commit

Permalink
feat: 삭제 토스트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Aug 20, 2024
1 parent 13652b3 commit f4f1710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/editor/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default function EditorNavigation() {
onConfirm: async () => {
await deleteInvitation(editor.config.invitationId);
router.replace("/dashboard");
toast.success("삭제되었습니다.");
},
});
};
Expand Down

0 comments on commit f4f1710

Please sign in to comment.