13494: Adds content to the "versions" tab on collection's details panel.
[arvados-workbench2.git] / src / views / favorite-panel / favorite-panel.tsx
index 6b5cd4c353a81ec3528a3711fd31a28f0725d4a2..cad2f9ba5b42d3c8f84c5df0db5b6d97694bf7be 100644 (file)
@@ -153,7 +153,7 @@ export const FavoritePanel = withStyles(styles)(
             }
 
             handleRowClick = (uuid: string) => {
-                this.props.dispatch(loadDetailsPanel(uuid));
+                this.props.dispatch<any>(loadDetailsPanel(uuid));
             }
 
             render() {