mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
fix issues from rebase fallout
This commit is contained in:
@@ -60,9 +60,7 @@ function PaginatedDataList({
|
|||||||
pushHistoryState(replaceParams(oldParams, { page_size: pageSize, page }));
|
pushHistoryState(replaceParams(oldParams, { page_size: pageSize, page }));
|
||||||
};
|
};
|
||||||
|
|
||||||
const pushHistoryState = (params) => {
|
const pushHistoryState = params => {
|
||||||
const { history, qsConfig } = this.props;
|
|
||||||
const { pathname } = history.location;
|
|
||||||
const nonNamespacedParams = parseQueryString({}, history.location.search);
|
const nonNamespacedParams = parseQueryString({}, history.location.search);
|
||||||
const encodedParams = encodeNonDefaultQueryString(
|
const encodedParams = encodeNonDefaultQueryString(
|
||||||
qsConfig,
|
qsConfig,
|
||||||
|
|||||||
Reference in New Issue
Block a user