Commit fc4ec0f
fix(releases): Redirect to normalized path when project query param does not exist (#87600)
If you go to the release details page, remove the `?project=id` param
and reload the page, you will get redirected to a route with
`/organizations/:orgSlug/` prepended. This is solved by normalizing
`nextPath`.1 parent 79acaae commit fc4ec0f
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
323 | | - | |
324 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| |||
0 commit comments