20031: Preselect current collection in move/copy to existing collection tree picker
[arvados-workbench2.git] / src / views-components / dialog-copy / dialog-collection-partial-copy-to-existing-collection.tsx
index f6d4db21b20c820b7007d26514d57e5884ee409e..eb95d1f2b6970a7a4b156199acf565e95159ab4d 100644 (file)
@@ -18,6 +18,7 @@ export const DialogCollectionPartialCopyToExistingCollection = (props: DialogCol
         dialogTitle='Copy to existing collection'
         formFields={CollectionPartialCopyFields(props.pickerId)}
         submitLabel='Copy files'
+        enableWhenPristine
         {...props}
     />;