diff options
| author | rlaks5757 <rlaks5757@gmail.com> | 2025-03-28 14:04:38 +0900 |
|---|---|---|
| committer | rlaks5757 <rlaks5757@gmail.com> | 2025-03-28 14:04:38 +0900 |
| commit | 54a8a851442e675afb13669509cd44ab33386987 (patch) | |
| tree | f02ba5ca9e3c4923c9a6316fc3b9c5515c52759c /components/form-data/form-data-table.tsx | |
| parent | 53e136b022c0b8d6afee7bbf743bdcec49dd4e95 (diff) | |
features merge / upload 문구 수정
Diffstat (limited to 'components/form-data/form-data-table.tsx')
| -rw-r--r-- | components/form-data/form-data-table.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/form-data/form-data-table.tsx b/components/form-data/form-data-table.tsx index 823416c1..b696f45b 100644 --- a/components/form-data/form-data-table.tsx +++ b/components/form-data/form-data-table.tsx @@ -47,7 +47,6 @@ export default function DynamicTable({ formCode, formId, }: DynamicTableProps) { - console.log({ columnsJSON }); const params = useParams(); const lng = (params?.lng as string) || "ko"; const { t } = useTranslation(lng, "translation"); |
