File tree 1 file changed +5
-1
lines changed
static/app/views/projectInstall
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ import IssueAlertOptions, {
44
44
RuleAction ,
45
45
} from 'sentry/views/projectInstall/issueAlertOptions' ;
46
46
import { GettingStartedWithProjectContext } from 'sentry/views/projects/gettingStartedWithProjectContext' ;
47
+ import { makeProjectsPathname } from 'sentry/views/projects/pathname' ;
47
48
48
49
export type IssueAlertFragment = Parameters <
49
50
React . ComponentProps < typeof IssueAlertOptions > [ 'onChange' ]
@@ -181,7 +182,10 @@ function CreateProject() {
181
182
182
183
browserHistory . push (
183
184
normalizeUrl (
184
- `/organizations/${ organization . slug } /projects/${ projectData . slug } /getting-started/`
185
+ makeProjectsPathname ( {
186
+ orgSlug : organization . slug ,
187
+ path : `/${ projectData . slug } /getting-started/` ,
188
+ } )
185
189
)
186
190
) ;
187
191
} catch ( err ) {
You can’t perform that action at this time.
0 commit comments