add boolean to ignore folderId sorting, show all files on drive cleaner
This commit is contained in:
parent
216ab3aea7
commit
da54742291
2 changed files with 8 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ const sortMode = ref('+size');
|
|||
const pagination = {
|
||||
endpoint: 'drive/files' as const,
|
||||
limit: 10,
|
||||
params: computed(() => ({ sort: sortMode.value })),
|
||||
params: computed(() => ({ sort: sortMode.value, notShowAll: false })),
|
||||
offsetMode: true,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue