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