Skip to content

Commit

Permalink
fix(MakeFolderModal): 저장하기 버튼을 눌렀을 때만 폴더명 유효성 검사 트리거되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswl98 committed Feb 23, 2024
1 parent b41f673 commit 1b3307b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Modal/modals/MakeFolder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const MakeFolder = () => {
const { mutate } = usePostMemoFolders();

const handleInputChange = (e: ChangeEvent<HTMLInputElement>) => {
setErrorMessage('');
setValue(e.target.value);
};

Expand Down

0 comments on commit 1b3307b

Please sign in to comment.