Add clearing inputs after collection create, improved disabled create collection...
[arvados-workbench2.git] / src / store / collections / uploader / collection-uploader-reducer.ts
index 5b24d2c49aebe537d5353f26a3a0708b5d8dda2f..9864056090eb6965d2219f0c85b47c25ad076b2a 100644 (file)
@@ -37,6 +37,7 @@ export const collectionUploaderReducer = (state: CollectionUploaderState = initi
             }
             return files;
         },
+        CLEAR_UPLOAD: () => [],
         default: () => state
     });
 };