diff options
Diffstat (limited to 'lib/form-list/table/formLists-table.tsx')
| -rw-r--r-- | lib/form-list/table/formLists-table.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
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<DataTableRowAction<ExtendedFormMappings> | null>(null) @@ -100,6 +99,12 @@ export function FormListsTable({ promises }: ItemsTableProps) { type: "text", }, + { + id: "remark", + label: "remark", + type: "text", + + }, { id: "createdAt", |
