Skip to content

Commit 41fe522

Browse files
committed
Feat: 폴더 삭제 에러 시 모달 닫힘 추가
1 parent c29e484 commit 41fe522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/modal/DeleteFolderModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const DeleteFolderModal = ({
2727
}
2828
} else {
2929
toast.error(toastMessages.error.deleteNonEmptyFolder);
30+
closeModal();
3031
}
3132
};
3233

0 commit comments

Comments
 (0)