Skip to content

Commit 84a5ec0

Browse files
committed
Chore: 토스트 닫힘 추가
1 parent ca8f7e3 commit 84a5ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/modal/EditModal.tsx

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

0 commit comments

Comments
 (0)