We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a91a7 commit a4672b3Copy full SHA for a4672b3
components/modal/DeleteFolderModal.tsx
@@ -14,7 +14,7 @@ const DeleteFolderModal = ({
14
}) => {
15
// folderId = 741; // 테스트를 위한 하드코딩
16
const { closeModal } = useModalStore();
17
- // let linkCount = 1; // 테스트를 위한 하드코딩
+ let linkCount = 1; // 테스트를 위한 하드코딩
18
const handleSubmit = async () => {
19
// 폴더 내에 링크 개수 0 일때만 폴더 삭제 가능 -> 링크 1개 이상이면 error toast 띄우고 있음 or 전체 링크 삭제 후 폴더 삭제
20
if (linkCount === 0) {
0 commit comments