1
0
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:
jeremystretch
2021-08-18 14:35:12 -04:00
parent 664b02d735
commit be3b4f0d3e
3 changed files with 3 additions and 4 deletions

View File

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