mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
adds test to ensure page size option dropdown is removed is no page size option is passed in.
This commit is contained in:
@@ -225,6 +225,7 @@ class Lookup extends React.Component {
|
||||
page_size={page_size}
|
||||
onSetPage={this.onSetPage}
|
||||
pageSizeOptions={null}
|
||||
showPageSizeOptions={false}
|
||||
style={paginationStyling}
|
||||
/>
|
||||
</Fragment>
|
||||
|
||||
Reference in New Issue
Block a user