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:
@ -470,6 +470,7 @@ export class APISelect {
|
||||
break;
|
||||
case 'replace':
|
||||
this.options = options;
|
||||
break;
|
||||
}
|
||||
|
||||
if (hasMore(data)) {
|
||||
|
Reference in New Issue
Block a user