Skip to content

Commit 75b6163

Browse files
ref(ui): Avoid full-page load indicator after project creation (#12842)
1 parent d49dc7d commit 75b6163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/app/views/organizationContext.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const OrganizationContext = createReactClass({
9696
// If a new project was created, we need to re-fetch the
9797
// org details endpoint, which will propagate re-rendering
9898
// for the entire component tree
99-
this.remountComponent();
99+
this.fetchData();
100100
},
101101

102102
getOrganizationSlug() {

0 commit comments

Comments
 (0)