Use the modify method
This commit is contained in:
parent
4726a7fa23
commit
0b37e494e5
|
@ -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…
Reference in New Issue