14096-move-to-process
[arvados-workbench2.git] / src / routes / routes.ts
index f108e0b8be423592cb50578a8667e468c3251e55..29941b47e89989cec2417e653c8364fa5b3a21f7 100644 (file)
@@ -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;
     }