X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a080578919155fc6f6d1be2f966951b629ae5b45..64fcf842a75ade29706401a47759deab406f0dfd:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index 9cb8bb84..0e96f7fd 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -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