Fix fetching function on build result page

It looks like this was never working because the function call supplied
to many parameters.

Fix by removing the additional and unnecessary null parameter.

I would keep this change after the PF4 changes of the buildset page
since it otherwise might result in some awkward behaviour due to the
different tabs and their contents.

Change-Id: I6fa62343a22d7a54e85a7e8d0babdabdc08b6352
This commit is contained in:
Felix Edel 2020-07-14 15:35:33 +02:00
parent 7d78448ec5
commit 04fa7c4989
No known key found for this signature in database
GPG Key ID: E95717A102DD3030
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ class BuildPage extends React.Component {
fetchBuildIfNeeded(
this.props.tenant,
this.props.match.params.buildId,
null,
force
)
)