Merge branch 'master' into 13853-collection-view-info-card
[arvados-workbench2.git] / src / models / collection.ts
index 9cb8bb84f6d0963ac59eaf1db2d3276211ceedd8..0e96f7fd3dd6f1473f62d8c2a2e3226aa42f6507 100644 (file)
@@ -18,3 +18,7 @@ export interface CollectionResource extends Resource {
     deleteAt: string;
     isTrashed: boolean;
 }
+
+export const getCollectionUrl = (uuid: string) => {
+    return `/collections/${uuid}`;
+};
\ No newline at end of file