Add client side pagination to queries table (#3165)

This commit is contained in:
Luke Heath 2021-12-01 13:05:04 -06:00 committed by GitHub
parent 6624a9dfef
commit 79e046182a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
* Add client side pagination to queries table.

View file

@ -108,6 +108,7 @@ const QueriesListWrapper = ({
isClientSideFilter
searchQueryColumn="name"
selectedDropdownFilter={selectedDropdownFilter}
isClientSidePagination
/>
</div>
) : null;