Merge branch '21285-max-gw-tunnels'
[arvados.git] / services / workbench2 / src / store / collections / collection-partial-move-actions.ts
index 92e209811d91b465496f3dbf0ab169c7dbe09fef..56f7302db127873f3350b0c92ffb43a6aef3e279 100644 (file)
@@ -158,7 +158,7 @@ export const moveCollectionPartialToExistingCollection = (fileSelection: Collect
                     fileSelection.collection.portableDataHash,
                     fileSelection.selectedPaths,
                     {uuid: formData.destination.uuid},
-                    formData.destination.path || '/', false
+                    formData.destination.subpath || '/', false
                 );
                 dispatch(updateResources([updatedCollection]));