From f430fa2748e8ef6affcbb255cf6a9dbe00a846a4 Mon Sep 17 00:00:00 2001 From: burnettk Date: Thu, 17 Nov 2022 13:51:02 -0500 Subject: [PATCH] oops, just for one column --- src/components/ProcessInstanceListTable.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ProcessInstanceListTable.tsx b/src/components/ProcessInstanceListTable.tsx index 5ce8dda..a13fd01 100644 --- a/src/components/ProcessInstanceListTable.tsx +++ b/src/components/ProcessInstanceListTable.tsx @@ -530,7 +530,10 @@ export default function ProcessInstanceListTable({ {headers.map((header: any) => ( - + {header} ))}