up
This commit is contained in:
parent
da54742291
commit
6b6dd372cb
2 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue