mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-23 19:58:25 +00:00
Use the modify method
This commit is contained in:
parent
fe8f790176
commit
a5339a3cbd
@ -50,7 +50,7 @@ export default function ProcessGroupShow() {
|
||||
return null;
|
||||
}
|
||||
const rows = processModels.map((row) => {
|
||||
const modifiedProcessModelId: String = (row as any).id.replace('/', ':');
|
||||
const modifiedProcessModelId: String = modifyProcessModelPath((row as any).id);
|
||||
return (
|
||||
<tr key={(row as any).id}>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user