X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7786e414318b20123a5435ea0f6403ffe95bccf7..7f0f12c40238f3eb12a51877a755cf22357e0767:/services/workbench2/src/views-components/data-explorer/data-explorer.tsx diff --git a/services/workbench2/src/views-components/data-explorer/data-explorer.tsx b/services/workbench2/src/views-components/data-explorer/data-explorer.tsx index 0f4fc56358..dc03454829 100644 --- a/services/workbench2/src/views-components/data-explorer/data-explorer.tsx +++ b/services/workbench2/src/views-components/data-explorer/data-explorer.tsx @@ -30,7 +30,6 @@ const mapStateToProps = ({ progressIndicator, dataExplorer, router, multiselect, const isMSToolbarVisible = multiselect.isVisible; return { ...dataExplorerState, - currentRoute: currentRoute, paperKey: currentRoute, currentRouteUuid: properties.currentRouteUuid, isMSToolbarVisible, @@ -86,7 +85,7 @@ const mapDispatchToProps = () => { setSelectedUuid: (uuid: string | null) => { dispatch(setSelectedResourceUuid(uuid)); }, - + onRowClick, onRowDoubleClick,