From 496bde686809aa98b6b15e361b0c2a916509345b Mon Sep 17 00:00:00 2001 From: Michal Klobukowski Date: Mon, 26 Nov 2018 11:41:31 +0100 Subject: [PATCH] Revert collection type delete Feature #14258 Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski --- src/models/collection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/models/collection.ts b/src/models/collection.ts index c0dbc1dc..2b16ea25 100644 --- a/src/models/collection.ts +++ b/src/models/collection.ts @@ -24,6 +24,7 @@ export const getCollectionUrl = (uuid: string) => { }; export enum CollectionType { + GENERAL = 'nil', OUTPUT = 'output', LOG = 'log', } -- 2.30.2