diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-01-17 11:29:05 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-01-25 15:16:50 +0100 |
commit | df96a05cc325b2946c25ee8277f64638ed72288c (patch) | |
tree | ca28960f1a7fc514e0b1d6e5b90d1f46a6c45ffd /server/sonar-web/src/main/js/apps/projectActivity | |
parent | 49391d2eff65209068acc31e41393b9617fb2458 (diff) | |
download | sonarqube-df96a05cc325b2946c25ee8277f64638ed72288c.tar.gz sonarqube-df96a05cc325b2946c25ee8277f64638ed72288c.zip |
Migrate parts of overview app to TS
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectActivity')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.js b/server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.js index 25157da7d59..51d28646604 100644 --- a/server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.js +++ b/server/sonar-web/src/main/js/apps/projectActivity/components/ProjectActivityAppContainer.js @@ -198,7 +198,7 @@ export default class ProjectActivityAppContainer extends React.PureComponent { value: analysis.value })) })), - throwGlobalError + () => {} ); }; |