Skip to content

Commit

Permalink
test: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Aug 8, 2024
1 parent 9b20818 commit e717e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function useSubmitCollection(
setSubmitError(null)
setSubmissionStatus(SubmissionStatus.SubmitComplete)

navigate(`${Route.COLLECTIONS}?id=${newCollection.alias}`, {
navigate(`${Route.COLLECTIONS}/${newCollection.alias}`, {
state: { created: true }
})
return
Expand Down

0 comments on commit e717e2b

Please sign in to comment.