mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
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:
@@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user