X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/b62944772ff96019c1e497426784690978bb9c96..5e11adf6c0acffbd9e78f6a0a1fe39bcecf75047:/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