Merge branch '15685-file-renaming-empty-name'
[arvados.git] / src / views-components / dialog-forms / create-collection-dialog.ts
index 374b070b22e914f6c9865ab0ca4a770b4b327716..68e6380560e673a270904b3195b2ce1ef6cced9b 100644 (file)
@@ -13,6 +13,7 @@ export const CreateCollectionDialog = compose(
     withDialog(COLLECTION_CREATE_FORM_NAME),
     reduxForm<CollectionCreateFormDialogData>({
         form: COLLECTION_CREATE_FORM_NAME,
+        touchOnChange: true,
         onSubmit: (data, dispatch) => {
             // Somehow an extra field called 'files' gets added, copy
             // the data object to get rid of it.