diff options
| author | joonhoekim <26rote@gmail.com> | 2025-12-03 12:58:52 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-12-03 12:58:52 +0900 |
| commit | cff5682ee787c02564c25c30dd44a99e6cad7839 (patch) | |
| tree | d03d3d778507ec883b7a8b2578ba75264d3cc444 | |
| parent | 593affe7253c5114c09119a24e88f7bfbf33f9bf (diff) | |
(김준회) 옥창명 프로 요청: 조선에서 EDP와 비교 버튼 비활성화
| -rw-r--r-- | components/form-data/form-data-table.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx index 70e93a68..d9915b66 100644 --- a/components/form-data/form-data-table.tsx +++ b/components/form-data/form-data-table.tsx @@ -1097,7 +1097,8 @@ export default function DynamicTable({ </Button> {/* COMPARE WITH SEDP 버튼 */} - <Button + {/* TODO: 스마트엑셀 No.184 조치 전까지 비활성화 요청 받아 주석처리 */} + {/* <Button variant="outline" size="sm" onClick={handleSEDPCompareClick} @@ -1105,7 +1106,7 @@ export default function DynamicTable({ > <GitCompareIcon className="mr-2 size-4" /> {t("buttons.compareWithSEDP")} - </Button> + </Button> */} {/* SEDP 전송 버튼 */} <Button |
