mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
fix issues from rebase fallout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user