Skip to content

Commit

Permalink
fix: on project select navigate to corresponding ProjectDashboard (#420)
Browse files Browse the repository at this point in the history
Signed-off-by: Nastya Rusina <nastya@union.ai>
  • Loading branch information
anrusina authored Apr 22, 2022
1 parent 14c373b commit a855f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectProject/ProjectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ProjectCard: React.FC<{ project: Project }> = ({ project }) => {
color="primary"
key={domainId}
component={ButtonLink}
to={Routes.ProjectDetails.sections.workflows.makeUrl(project.id, domainId)}
to={Routes.ProjectDetails.sections.dashboard.makeUrl(project.id, domainId)}
>
{name}
</Button>
Expand Down

0 comments on commit a855f9b

Please sign in to comment.