Merge branch '14434-display-workflow-name'
[arvados-workbench2.git] / src / views-components / data-explorer / data-explorer.tsx
index 78b4079500938707ad8808e0bcea7d29178621f2..8cddf3ba1a5eea67880519a292a46d5146c58e5f 100644 (file)
@@ -24,7 +24,7 @@ const mapStateToProps = (state: RootState, { id }: Props) => {
     const progress = state.progressIndicator.find(p => p.id === id);
     const working = progress && progress.working;
     const currentRoute = state.router.location ? state.router.location.pathname : '';
-    return { ...getDataExplorer(state.dataExplorer, id), working, currentRoute };
+    return { ...getDataExplorer(state.dataExplorer, id), working, paperKey: currentRoute };
 };
 
 const mapDispatchToProps = () => {