Revert collection type delete
[arvados-workbench2.git] / src / models / collection.ts
index c0dbc1dcab42c97c2a7d3bd8f3fc2ac51da580a6..2b16ea2523a4de9d4cb4a776e402fc6ce2e7168e 100644 (file)
@@ -24,6 +24,7 @@ export const getCollectionUrl = (uuid: string) => {
 };
 
 export enum CollectionType {
+    GENERAL = 'nil',
     OUTPUT = 'output',
     LOG = 'log',
 }