[arvados] updated: 2.7.0-6062-g75c79e4a9f

git repository hosting git at public.arvados.org
Fri Mar 22 16:15:32 UTC 2024


Summary of changes:
 services/workbench2/src/components/data-explorer/data-explorer.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  75c79e4a9f6eb2ef580d7841b488f5be737a80af (commit)
      from  894deddbed7f00569ec2fb6d35d5709888b22608 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 75c79e4a9f6eb2ef580d7841b488f5be737a80af
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Fri Mar 22 12:15:27 2024 -0400

    21224: fixed toolbar switch failing when navigating to selected item Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/components/data-explorer/data-explorer.tsx b/services/workbench2/src/components/data-explorer/data-explorer.tsx
index fe465c6b51..e522bf6410 100644
--- a/services/workbench2/src/components/data-explorer/data-explorer.tsx
+++ b/services/workbench2/src/components/data-explorer/data-explorer.tsx
@@ -162,7 +162,7 @@ export const DataExplorer = withStyles(styles)(
                     showLoading: false,
                 });
             }
-            if (this.props.selectedResourceUuid !== prevProps.selectedResourceUuid) {
+            if (this.props.selectedResourceUuid !== prevProps.selectedResourceUuid || this.props.currentRouteUuid !== prevProps.currentRouteUuid) {
                 this.setState({
                     msToolbarInDetailsCard: this.props.selectedResourceUuid === this.props.currentRouteUuid,
                 });

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list