From: Michal Klobukowski Date: Mon, 26 Nov 2018 10:23:17 +0000 (+0100) Subject: Delete unused collection type X-Git-Tag: 1.3.0~12^2^2~1^2~3^2~6 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/dcbc5a6fce31857b47ef82274d7ca637ece04e78 Delete unused collection type Feature #14258 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- diff --git a/src/models/collection.ts b/src/models/collection.ts index 2b16ea25..c0dbc1dc 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -24,7 +24,6 @@ export const getCollectionUrl = (uuid: string) => { }; export enum CollectionType { - GENERAL = 'nil', OUTPUT = 'output', LOG = 'log', }