client: fix drive pagination parameters

This commit is contained in:
Johann150 2023-03-26 10:09:38 +02:00
parent 68f9e3e0dd
commit 7401a0b400
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ function goRoot() {
const pagination = {
endpoint: 'drive/show' as const,
limit: 30,
offsetMode: true,
params: computed(() => ({
folderId: folder?.id ?? null,
})),