mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
fix(admin library): results are returned alphabetically
This commit is contained in:
@ -75,6 +75,9 @@ class LibraryManager {
|
||||
mIconId: true,
|
||||
libraryBasePath: true,
|
||||
},
|
||||
orderBy: {
|
||||
mName: 'asc'
|
||||
}
|
||||
});
|
||||
|
||||
return await Promise.all(
|
||||
|
||||
Reference in New Issue
Block a user