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