Skip to content

Commit a4672b3

Browse files
committed
Chore: 임시 테스트 코드 추가
1 parent 43a91a7 commit a4672b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/DeleteFolderModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const DeleteFolderModal = ({
1414
}) => {
1515
// folderId = 741; // 테스트를 위한 하드코딩
1616
const { closeModal } = useModalStore();
17-
// let linkCount = 1; // 테스트를 위한 하드코딩
17+
let linkCount = 1; // 테스트를 위한 하드코딩
1818
const handleSubmit = async () => {
1919
// 폴더 내에 링크 개수 0 일때만 폴더 삭제 가능 -> 링크 1개 이상이면 error toast 띄우고 있음 or 전체 링크 삭제 후 폴더 삭제
2020
if (linkCount === 0) {

0 commit comments

Comments
 (0)