Skip to content

Commit

Permalink
[JENKINS-38240] loaction is a floater, make sure to use the one we al…
Browse files Browse the repository at this point in the history
…tered (#501)
  • Loading branch information
scherler committed Sep 16, 2016
1 parent 3ff0359 commit 6040ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueocean-dashboard/src/main/js/components/Activity.jsx
Expand Up @@ -81,7 +81,7 @@ export class Activity extends Component {

const onNavigation = (url) => {
this.context.location.pathname = url;
this.context.router.push(location);
this.context.router.push(this.context.location);
};

if (runs.$success && !runs.length) {
Expand Down

0 comments on commit 6040ecb

Please sign in to comment.