File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sentry/static/sentry/app/views/projectSettings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ const ProjectSettings = React.createClass({
7676 let settingsUrlRoot = `${ urlPrefix } /${ orgId } /${ projectId } /settings` ;
7777 let project = this . state . project ;
7878 let features = new Set ( project . features ) ;
79+ let rootInstallPath = `/${ orgId } /${ projectId } /settings/install/` ;
7980
8081 return (
8182 < div className = "row" >
@@ -97,8 +98,7 @@ const ProjectSettings = React.createClass({
9798 </ ul >
9899 < h6 className = "nav-header" > { t ( 'Setup' ) } </ h6 >
99100 < ul className = "nav nav-stacked" >
100- < ListLink to = "install/" isActive = { function ( to ) {
101- let rootInstallPath = `/${ orgId } /${ projectId } /settings/install/` ;
101+ < ListLink to = { rootInstallPath } isActive = { function ( to ) {
102102 let pathname = this . context . location . pathname ;
103103
104104 // Because react-router 1.0 removes router.isActive(route)
You can’t perform that action at this time.
0 commit comments