]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9916 Reset notExist component flag when a component is correctly loading in...
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 4 Oct 2017 10:40:20 +0000 (12:40 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 5 Oct 2017 08:40:08 +0000 (10:40 +0200)
server/sonar-web/src/main/js/components/SourceViewer/SourceViewerBase.js

index afda1bbd764a500fb00525b22067c6f0c1d22e87..b65c2d51bc5b396c63eeb648c46901897c222679 100644 (file)
@@ -250,6 +250,7 @@ export default class SourceViewerBase extends React.PureComponent {
               issuesByLine: issuesByLine(issues),
               issueLocationsByLine: locationsByLine(issues),
               loading: false,
+              notExist: false,
               hasSourcesAfter: sources.length > LINES,
               sources: this.computeCoverageStatus(finalSources),
               sourceRemoved: false,