diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-31 15:37:54 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-31 15:37:54 +0900 |
| commit | 79f35bcd4974d54d548488562a6da57ad70bc2e8 (patch) | |
| tree | 0b14957a8e0149c9b3bee6e444152373d79e3fd2 /components/form-data/form-data-table.tsx | |
| parent | 6a7648d175522b705d1b5c1ccaef01bfaab8cd1e (diff) | |
(김준회) EDP 태그 삭제시, 삭제 API도 함께 호출하도록 변경 (스마트엑셀 000154)
Diffstat (limited to 'components/form-data/form-data-table.tsx')
| -rw-r--r-- | components/form-data/form-data-table.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx index 98cc7b46..465cb9a1 100644 --- a/components/form-data/form-data-table.tsx +++ b/components/form-data/form-data-table.tsx @@ -1128,6 +1128,7 @@ export default function DynamicTable({ formData={deleteTarget} formCode={formCode} contractItemId={contractItemId} + projectId={projectId} open={deleteDialogOpen} onOpenChange={(open) => { if (!open) { |
