mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
fix issues from rebase fallout
This commit is contained in:
parent
77cd875a9c
commit
c793b3a9c8
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user