diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-29 03:09:38 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-29 03:09:38 +0000 |
| commit | d45127c71a1b041828e82e7c1c05bdf871b4c1bb (patch) | |
| tree | d3a42dece80231c265068c6bdcabeeb4853ee2ef /lib/form-list/table/formLists-table.tsx | |
| parent | a20fbfc2d1b22f2dd37d1f714fa7408065aef6f1 (diff) | |
[no 18] form-list 컬럼명 수정
Diffstat (limited to 'lib/form-list/table/formLists-table.tsx')
| -rw-r--r-- | lib/form-list/table/formLists-table.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/form-list/table/formLists-table.tsx b/lib/form-list/table/formLists-table.tsx index aa5bfa09..9f35db03 100644 --- a/lib/form-list/table/formLists-table.tsx +++ b/lib/form-list/table/formLists-table.tsx @@ -79,23 +79,23 @@ export function FormListsTable({ promises }: ItemsTableProps) { }, { id: "formCode", - label: "Form Code", + label: "Register ID", type: "text", }, { id: "formName", - label: "Form Name", + label: "Register Description", type: "text", }, { id: "tagTypeLabel", - label: "Tag Type", + label: "TAG TYPE ID", type: "text", }, { id: "classLabel", - label: "Class", + label: "Class Description", type: "text", }, |
