#6856: Remove ?limit=0 from API queries

This commit is contained in:
jeremystretch 2021-08-18 14:35:12 -04:00
parent 664b02d735
commit be3b4f0d3e
3 changed files with 0 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -225,7 +225,6 @@ class APISelect {
}
this.queryParams.set('brief', true);
this.queryParams.set('limit', 0);
this.updateQueryUrl();
// Initialize element styling.