From d45127c71a1b041828e82e7c1c05bdf871b4c1bb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 29 Apr 2025 03:09:38 +0000 Subject: [no 18] form-list 컬럼명 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/form-list/table/formLists-table.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/form-list/table/formLists-table.tsx') 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", }, -- cgit v1.2.3