Skip to content

Commit

Permalink
fix(projects): Fixed project dashboard to application link (#7154)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach authored and anotherchrisberry committed Jun 27, 2019
1 parent 8ee7e11 commit 9bd9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/src/projects/ProjectHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class ProjectHeader extends React.Component<IProjectHeaderProps, IProject
<MenuItem divider={true} />
{config.applications &&
config.applications.map(app => (
<UISref key={app} to=".application" params={{ application: app }}>
<UISref key={app} to=".application.insight.clusters" params={{ application: app }}>
<MenuItem onClick={closeDropdown}> {app} </MenuItem>
</UISref>
))}
Expand Down

0 comments on commit 9bd9624

Please sign in to comment.