diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-gates/components/CreateQualityGateForm.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-gates/components/CreateQualityGateForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/CreateQualityGateForm.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/CreateQualityGateForm.tsx index bfc05396ec6..cb228fd06ad 100644 --- a/server/sonar-web/src/main/js/apps/quality-gates/components/CreateQualityGateForm.tsx +++ b/server/sonar-web/src/main/js/apps/quality-gates/components/CreateQualityGateForm.tsx @@ -36,7 +36,7 @@ interface State { } export default class CreateQualityGateForm extends React.PureComponent<Props, State> { - mounted: boolean; + mounted = false; static contextTypes = { router: PropTypes.object |