From 417fe51fafa7c77fbfef9aed711981082d1163f6 Mon Sep 17 00:00:00 2001 From: burnettk Date: Sat, 8 Jul 2023 11:57:51 -0400 Subject: [PATCH] fix compilation issue --- .../src/components/ProcessInstanceListTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx index 63685d7e4..e4c15e19f 100644 --- a/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx +++ b/spiffworkflow-frontend/src/components/ProcessInstanceListTable.tsx @@ -474,6 +474,7 @@ export default function ProcessInstanceListTable({ setProcessInstancesFromResult, stopRefreshing, systemReportOptions, + showActionsColumn, clearFilters, ] );