Revert "Return after GoToStartOn404 in router guard"
This reverts commit f504e4dccb.
This commit is contained in:
parent
f504e4dccb
commit
340cbec043
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ const routes = [
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!arePagePrerequisitesValid(component)) {
|
if (!arePagePrerequisitesValid(component)) {
|
||||||
return await GoToStartOn404(next);
|
await GoToStartOn404(next);
|
||||||
}
|
}
|
||||||
|
|
||||||
return next({name: issPageToUse, query: to.query, params: to.params, state: to.state});
|
return next({name: issPageToUse, query: to.query, params: to.params, state: to.state});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue