mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6856: Remove ?limit=0 from API queries
This commit is contained in:
@ -225,7 +225,6 @@ class APISelect {
|
||||
}
|
||||
|
||||
this.queryParams.set('brief', true);
|
||||
this.queryParams.set('limit', 0);
|
||||
this.updateQueryUrl();
|
||||
|
||||
// Initialize element styling.
|
||||
|
Reference in New Issue
Block a user