mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
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…
x
Reference in New Issue
Block a user