#6856: Remove ?limit=0 from API queries
This commit is contained in:
parent
664b02d735
commit
be3b4f0d3e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -225,7 +225,6 @@ class APISelect {
|
|||
}
|
||||
|
||||
this.queryParams.set('brief', true);
|
||||
this.queryParams.set('limit', 0);
|
||||
this.updateQueryUrl();
|
||||
|
||||
// Initialize element styling.
|
||||
|
|
|
|||
Loading…
Reference in New Issue