summaryrefslogtreecommitdiff
path: root/lib/form-list/table/formLists-table.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-04-29 03:09:38 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-04-29 03:09:38 +0000
commitd45127c71a1b041828e82e7c1c05bdf871b4c1bb (patch)
treed3a42dece80231c265068c6bdcabeeb4853ee2ef /lib/form-list/table/formLists-table.tsx
parenta20fbfc2d1b22f2dd37d1f714fa7408065aef6f1 (diff)
[no 18] form-list 컬럼명 수정
Diffstat (limited to 'lib/form-list/table/formLists-table.tsx')
-rw-r--r--lib/form-list/table/formLists-table.tsx8
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",
},