webpack/components/pf3Table/components/Table.js in katello-4.14.0.rc1.1 vs webpack/components/pf3Table/components/Table.js in katello-4.14.0.rc2

- old
+ new

@@ -43,9 +43,10 @@ </PfTable.PfProvider> {shouldRenderPagination && ( <Pagination itemCount={itemCount} onChange={onPaginationChange} + updateParamsByUrl={false} {...pagination} /> )} </div> );