X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/1703f15adf9e3875ff0c78ce78117a87b70ca05c..8805314e7327cda30d455d0c05075ee37f3a490e:/src/routes/routes.ts diff --git a/src/routes/routes.ts b/src/routes/routes.ts index f108e0b8..29941b47 100644 --- a/src/routes/routes.ts +++ b/src/routes/routes.ts @@ -25,6 +25,8 @@ export const getResourceUrl = (uuid: string) => { return getProjectUrl(uuid); case ResourceKind.COLLECTION: return getCollectionUrl(uuid); + case ResourceKind.PROCESS: + return getProcessUrl(uuid); default: return undefined; }