Merge pull request #100 from Safelite/defect/method-signature-not-matched
Match the method signature on navigate()
This commit is contained in:
commit
e9f3587b5d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ router.overrideNavigation = (
|
|||
|
||||
router.navigate = (scenario, currentRoute, optionalQuery = {}, optionalParams = {}, optionalPageData = {}) => {
|
||||
|
||||
navigate(scenario, currentRoute, false, optionalQuery, optionalParams, optionalPageData);
|
||||
navigate(scenario, currentRoute, optionalQuery, optionalParams, optionalPageData);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue