Skip to content

Commit

Permalink
Stop stripping default query param values when transitioning
Browse files Browse the repository at this point in the history
  • Loading branch information
misterbyrne committed Mar 8, 2021
1 parent b94d01d commit 1918f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@ember/-internals/routing/lib/system/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,8 @@ class EmberRouter extends EmberObject {
targetRouteName,
models,
queryParams as QueryParam,
_fromRouterService
_fromRouterService,
false /* _stripDefaultQueryParamValues */
);

let transition = this._routerMicrolib.transitionTo(targetRouteName, ...models, { queryParams });
Expand Down

0 comments on commit 1918f84

Please sign in to comment.