diff --git a/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx b/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx index 28b3a74..d40dd07 100644 --- a/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx +++ b/frontend/src/pages/pc/admin/AdminAlbumPhotos.jsx @@ -38,6 +38,7 @@ function AdminAlbumPhotos() { const [processingStatus, setProcessingStatus] = useState(''); // 처리 상태 메시지 const [processingProgress, setProcessingProgress] = useState({ current: 0, total: 0 }); // 서버 처리 진행률 const [pendingDeleteId, setPendingDeleteId] = useState(null); // 삭제 대기 파일 ID + const [uploadConfirmDialog, setUploadConfirmDialog] = useState(false); // 업로드 확인 다이얼로그 // 일괄 편집 도구 상태 const [bulkEdit, setBulkEdit] = useState({ @@ -645,8 +646,8 @@ function AdminAlbumPhotos() { 취소 + + + + + + )} + +