13494: Adds content to the "versions" tab on collection's details panel.
[arvados-workbench2.git] / src / views / collection-panel / collection-panel.tsx
index feade60c1d500c86b9655f84beff95793dd434bd..f6df621284e71fe28e28a4f7eec5d9042ae68738 100644 (file)
@@ -266,7 +266,7 @@ export const CollectionPanel = withStyles(styles)(
                 const { item } = this.props;
                 if (item) {
                     e.stopPropagation();
-                    this.props.dispatch(openDetailsPanel(item.uuid));
+                    this.props.dispatch<any>(openDetailsPanel(item.uuid));
                 }
             }