aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx')
-rw-r--r--server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx b/server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx
index eea2e1f38a2..a1f5ed8163a 100644
--- a/server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx
+++ b/server/sonar-web/src/main/js/apps/projectQualityProfiles/App.tsx
@@ -43,7 +43,7 @@ interface State {
}
export default class QualityProfiles extends React.PureComponent<Props, State> {
- mounted: boolean;
+ mounted = false;
state: State = { loading: true };
componentDidMount() {