Merge branch '17426-plug-ins' refs #17426
[arvados-workbench2.git] / src / views-components / dialog-forms / copy-collection-dialog.ts
index 3c8f7ebf537f4ed755ba2f380e9251a3a4f4d768..bc0bb3161011d2ef4a81c4fd7269693b4c480633 100644 (file)
@@ -15,6 +15,7 @@ export const CopyCollectionDialog = compose(
     withDialog(COLLECTION_COPY_FORM_NAME),
     reduxForm<CopyFormDialogData>({
         form: COLLECTION_COPY_FORM_NAME,
+        touchOnChange: true,
         onSubmit: (data, dispatch) => {
             dispatch(copyCollection(data));
         }