add boolean to ignore folderId sorting, show all files on drive cleaner
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user