fix(admin library): results are returned alphabetically
This commit is contained in:
parent
a815542604
commit
33d37700e1
1 changed files with 3 additions and 0 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue