diff --git a/netbox/project-static/dist/netbox.js b/netbox/project-static/dist/netbox.js index c06cbdc2e..c7d68128a 100644 Binary files a/netbox/project-static/dist/netbox.js and b/netbox/project-static/dist/netbox.js differ diff --git a/netbox/project-static/dist/netbox.js.map b/netbox/project-static/dist/netbox.js.map index 6522438e6..33fdbf58e 100644 Binary files a/netbox/project-static/dist/netbox.js.map and b/netbox/project-static/dist/netbox.js.map differ diff --git a/netbox/project-static/src/select/api.ts b/netbox/project-static/src/select/api.ts index 007e0814a..15e7d210d 100644 --- a/netbox/project-static/src/select/api.ts +++ b/netbox/project-static/src/select/api.ts @@ -184,7 +184,7 @@ export function initApiSelect() { // element's value. const event = new Event(`netbox.select.onload.${select.name}`); // Query Parameters - will have attributes added below. - const query = {} as Record; + const query = { limit: 0 } as Record; if (hasUrl(select)) { // Store the original URL, so it can be referred back to as filter-by elements change.