Fix typo in exec button URL-generation (#8460)

This closes #8422, another bug facilitated by the difficulty
of automated testing when opening another window. Thanks to
@notnoop for narrowing this down.
This commit is contained in:
Buck Doyle
2020-07-20 16:06:55 -05:00
committed by GitHub
parent e855fc07bc
commit a4a5343efa

View File

@@ -21,7 +21,7 @@ export default class OpenButton extends Component {
job: this.job,
taskGroup: this.taskGroup,
task: this.task,
allocation: this.task,
allocation: this.allocation,
});
}
}