Skip to content

Commit

Permalink
fix issues from rebase fallout
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mitchell authored and John Mitchell committed Jan 15, 2021
1 parent 9281306 commit 8f8f271
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ function PaginatedDataList({
pushHistoryState(replaceParams(oldParams, { page_size: pageSize, page }));
};

const pushHistoryState = (params) => {
const { history, qsConfig } = this.props;
const { pathname } = history.location;
const pushHistoryState = params => {
const nonNamespacedParams = parseQueryString({}, history.location.search);
const encodedParams = encodeNonDefaultQueryString(
qsConfig,
Expand Down

0 comments on commit 8f8f271

Please sign in to comment.