13494: Adds content to the "versions" tab on collection's details panel.
[arvados-workbench2.git] / src / views / shared-with-me-panel / shared-with-me-panel.tsx
index c9408752b4d6027dcc21742b12e615281b4e0241..9b4bcc8572d890d53d0f62abdfea6f0890e286c5 100644 (file)
@@ -77,7 +77,7 @@ export const SharedWithMePanel = withStyles(styles)(
             }
 
             handleRowClick = (uuid: string) => {
-                this.props.dispatch(loadDetailsPanel(uuid));
+                this.props.dispatch<any>(loadDetailsPanel(uuid));
             }
         }
     )