X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c055c90f752c104305e4097a9b7b5d029615e08f..a0d117b3fae1311a6eb98612946be8966bdf2cf5:/src/views-components/dialog-forms/create-collection-dialog.ts diff --git a/src/views-components/dialog-forms/create-collection-dialog.ts b/src/views-components/dialog-forms/create-collection-dialog.ts index 374b070b22..68e6380560 100644 --- a/src/views-components/dialog-forms/create-collection-dialog.ts +++ b/src/views-components/dialog-forms/create-collection-dialog.ts @@ -13,6 +13,7 @@ export const CreateCollectionDialog = compose( withDialog(COLLECTION_CREATE_FORM_NAME), reduxForm({ 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.