forked from FoundKeyGang/FoundKey
client: fix drive pagination parameters
This commit is contained in:
parent
68f9e3e0dd
commit
7401a0b400
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ function goRoot() {
|
||||||
const pagination = {
|
const pagination = {
|
||||||
endpoint: 'drive/show' as const,
|
endpoint: 'drive/show' as const,
|
||||||
limit: 30,
|
limit: 30,
|
||||||
|
offsetMode: true,
|
||||||
params: computed(() => ({
|
params: computed(() => ({
|
||||||
folderId: folder?.id ?? null,
|
folderId: folder?.id ?? null,
|
||||||
})),
|
})),
|
||||||
|
|
Loading…
Reference in a new issue