Skip to content

Commit

Permalink
transition to projects list after submit
Browse files Browse the repository at this point in the history
  • Loading branch information
horatiorosa committed Dec 18, 2024
1 parent 7f10a9c commit ec1b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/projects/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class ProjectsNewFormComponent extends Component {

this.args.package.saveAttachedFiles(project.attributes['dcp-artifactsid']);

this.router.transitionTo('project', project.id);
this.router.transitionTo('projects');
} catch {
/* eslint-disable-next-line no-console */
console.error('Error while creating project');
Expand Down

0 comments on commit ec1b5b3

Please sign in to comment.