21224: fixed toolbar switch failing when navigating to selected item Arvados-DCO...
authorLisa Knox <lisaknox83@gmail.com>
Fri, 22 Mar 2024 16:15:27 +0000 (12:15 -0400)
committerLisa Knox <lisaknox83@gmail.com>
Fri, 22 Mar 2024 16:15:27 +0000 (12:15 -0400)
services/workbench2/src/components/data-explorer/data-explorer.tsx

index fe465c6b5164f65cdbe3ebd011e08ce89915bbd4..e522bf6410d7de48a3590a76822d2f81e3f59f2b 100644 (file)
@@ -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,
                 });