Change move-to feature - files path, rename variables and files
[arvados.git] / src / views-components / dialog-forms / create-collection-dialog.ts
index 30c999ca037d67750a02f30a21086d0f5079ea83..d2699d8398b31cacbe6df8cf5535cf96291cfff8 100644 (file)
@@ -14,8 +14,9 @@ export const CreateCollectionDialog = compose(
     reduxForm<CollectionCreateFormDialogData>({
         form: COLLECTION_CREATE_FORM_NAME,
         onSubmit: (data, dispatch) => {
-            console.log('onSubmit: ', data);
             dispatch(addCollection(data));
         }
     })
-)(DialogCollectionCreate);
\ No newline at end of file
+)(DialogCollectionCreate);
+
+// onSubmit: (data: { name: string, description: string }, files: UploadFile[]) => void;
\ No newline at end of file