We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5c74e commit 5e98c5dCopy full SHA for 5e98c5d
src/sentry/static/sentry/app/views/projectInstall/platform.jsx
@@ -46,7 +46,7 @@ class ProjectInstallPlatform extends React.Component {
46
return window.location.href.indexOf('getting-started') > 0;
47
}
48
49
- async fetchData() {
+ fetchData = async () => {
50
const {api, params} = this.props;
51
const {orgId, projectId, platform} = params;
52
@@ -60,7 +60,7 @@ class ProjectInstallPlatform extends React.Component {
60
61
62
this.setState({loading: false});
63
- }
+ };
64
65
redirectToNeutralDocs() {
66
const {orgId, projectId} = this.props.params;
0 commit comments