fix issues from rebase fallout

This commit is contained in:
John Mitchell 2021-01-15 14:32:34 -05:00
parent 77cd875a9c
commit c793b3a9c8

View File

@ -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,