rename Actions column to Action w/ burnettk

This commit is contained in:
jasquat 2023-04-24 16:12:08 -04:00
parent 882ab451f5
commit 0446f7c0a5
1 changed files with 1 additions and 1 deletions

View File

@ -1416,7 +1416,7 @@ export default function ProcessInstanceListTable({
return getHeaderLabel((column as any).Header);
});
if (showActionsColumn) {
headers.push('Actions');
headers.push('Action');
}
const rows = processInstances.map((row: any) => {