From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/form-list/table/formLists-table.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 58ac4671..aa5bfa09 100644 --- a/lib/form-list/table/formLists-table.tsx +++ b/lib/form-list/table/formLists-table.tsx @@ -32,7 +32,6 @@ export function FormListsTable({ promises }: ItemsTableProps) { const [{ data, pageCount }] = React.use(promises) - const [rowAction, setRowAction] = React.useState | null>(null) @@ -99,6 +98,12 @@ export function FormListsTable({ promises }: ItemsTableProps) { label: "Class", type: "text", + }, + { + id: "remark", + label: "remark", + type: "text", + }, { -- cgit v1.2.3