This commit is contained in:
Marie 2025-05-07 10:48:09 +02:00
parent da54742291
commit 6b6dd372cb
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ const sortMode = ref('+size');
const pagination = {
endpoint: 'drive/files' as const,
limit: 10,
params: computed(() => ({ sort: sortMode.value, notShowAll: false })),
params: computed(() => ({ sort: sortMode.value, showAll: true })),
offsetMode: true,
};