rename Actions column to Action w/ burnettk
This commit is contained in:
parent
882ab451f5
commit
0446f7c0a5
|
@ -1416,7 +1416,7 @@ export default function ProcessInstanceListTable({
|
||||||
return getHeaderLabel((column as any).Header);
|
return getHeaderLabel((column as any).Header);
|
||||||
});
|
});
|
||||||
if (showActionsColumn) {
|
if (showActionsColumn) {
|
||||||
headers.push('Actions');
|
headers.push('Action');
|
||||||
}
|
}
|
||||||
|
|
||||||
const rows = processInstances.map((row: any) => {
|
const rows = processInstances.map((row: any) => {
|
||||||
|
|
Loading…
Reference in New Issue