CSR-702 Remove default for optionalPageData in router.navigate
This commit is contained in:
parent
03c6ffe30e
commit
afdcb48242
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ router.afterEach((to, from) => {
|
|||
|
||||
});
|
||||
|
||||
router.navigate = (scenario, currentRoute, optionalQuery = {}, optionalParams = {}, optionalPageData = {}) => {
|
||||
router.navigate = (scenario, currentRoute, optionalQuery = {}, optionalParams = {}, optionalPageData) => {
|
||||
navigate(scenario, currentRoute, optionalQuery, optionalParams, optionalPageData);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue