adds test to ensure page size option dropdown is removed is no page size option is passed in.

This commit is contained in:
Alex Corey
2019-03-13 11:30:35 -04:00
parent bbb31eb478
commit 91e4679311
3 changed files with 25 additions and 15 deletions

View File

@@ -225,6 +225,7 @@ class Lookup extends React.Component {
page_size={page_size}
onSetPage={this.onSetPage}
pageSizeOptions={null}
showPageSizeOptions={false}
style={paginationStyling}
/>
</Fragment>