Merge branch '16719-collection-version-basic-ui'
[arvados-workbench2.git] / src / views-components / context-menu / actions / download-collection-file-action.tsx
index 437b22ed00cf5c81afc9525741c846be1eb112d0..3e4e4a0ba7929418ebc80694768716eb072d4c4d 100644 (file)
@@ -25,7 +25,7 @@ const mapStateToProps = (state: RootState) => {
     } else {
         const files = filterCollectionFilesBySelection(state.collectionPanelFiles, true);
         return {
-            href: files.map(file => sanitizeToken(file.url, true)),
+            href: files.map(file => file.url),
             kind: 'files',
             currentCollectionUuid
         };