mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-03-24 03:37:51 -04:00
feat: Implement digital signatures for participant consent and introduce study forms management.
This commit is contained in:
@@ -39,7 +39,7 @@ export function DataTableViewOptions<TData>({
|
||||
.getAllColumns()
|
||||
.filter(
|
||||
(column) =>
|
||||
typeof column.accessorFn !== "undefined" && column.getCanHide()
|
||||
typeof column.accessorFn !== "undefined" && column.getCanHide(),
|
||||
)
|
||||
.map((column) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user