1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#7081: Fix APISelect loading of paginated data

This commit is contained in:
thatmattlove
2021-08-31 09:56:59 -07:00
parent 679bbd3e76
commit 5b87232f59
12 changed files with 44 additions and 27 deletions

View File

@ -470,6 +470,7 @@ export class APISelect {
break;
case 'replace':
this.options = options;
break;
}
if (hasMore(data)) {