mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
api: optimise pagination in API schema (#6478)
This commit is contained in:
@@ -47,6 +47,8 @@ export class DeleteObjectsTable<T> extends Table<T> {
|
||||
totalPages: 1,
|
||||
startIndex: 1,
|
||||
endIndex: this.objects.length,
|
||||
next: 0,
|
||||
previous: 0,
|
||||
},
|
||||
results: this.objects,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user