diff --git a/src/sentry/static/sentry/app/views/organizationContext.jsx b/src/sentry/static/sentry/app/views/organizationContext.jsx index 78dc9555862a..e3c26e26889d 100644 --- a/src/sentry/static/sentry/app/views/organizationContext.jsx +++ b/src/sentry/static/sentry/app/views/organizationContext.jsx @@ -112,7 +112,7 @@ const OrganizationContext = createReactClass({ // If a new project was created, we need to re-fetch the // org details endpoint, which will propagate re-rendering // for the entire component tree - fetchOrganizationDetails(this.props.api, this.getOrganizationSlug(), true); + fetchOrganizationDetails(this.props.api, this.getOrganizationSlug(), true, true); }, getOrganizationSlug() {