summaryrefslogtreecommitdiff
path: root/components/form-data/delete-form-data-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/form-data/delete-form-data-dialog.tsx')
-rw-r--r--components/form-data/delete-form-data-dialog.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/form-data/delete-form-data-dialog.tsx b/components/form-data/delete-form-data-dialog.tsx
index 045d0291..e7278084 100644
--- a/components/form-data/delete-form-data-dialog.tsx
+++ b/components/form-data/delete-form-data-dialog.tsx
@@ -75,6 +75,9 @@ export function DeleteFormDataDialog({
return
}
+ // 디버깅: projectId 값 확인
+ console.log('[DELETE DIALOG] projectId:', projectId, 'type:', typeof projectId)
+
const result = await deleteFormDataByTags({
formCode,
contractItemId,