[JENKINS-36700] Fix issue that console log stayed opened, regression test added to https://github.com/jenkinsci/blueocean-acceptance-test/pull/9 (#355)

This commit is contained in:
Thorsten Scherler 2016-07-15 16:44:32 +02:00 committed by GitHub
parent cc98c2f511
commit be3d366281
1 changed files with 1 additions and 1 deletions

View File

@ -72,11 +72,11 @@ export default class Node extends Component {
}
const { config = {} } = this.context;
const {
isFocused = false,
title,
durationInMillis,
result,
id,
isFocused,
state,
} = node;