X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2badeb3fe6beb308b952ab2b7101ed4547c04e10..40952ad86a823635968c9abc5d6feacef316cffd:/src/models/collection.ts diff --git a/src/models/collection.ts b/src/models/collection.ts index 9cb8bb84f6..0e96f7fd3d 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