summaryrefslogtreecommitdiff
path: root/lib/form-list/table/formLists-table.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/form-list/table/formLists-table.tsx')
-rw-r--r--lib/form-list/table/formLists-table.tsx7
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",