updated view ui
This commit is contained in:
@@ -53,7 +53,7 @@ export async function loadCollections(activeId = null) {
|
||||
|
||||
try {
|
||||
let items = await ApiClient.collections.getFullList(200, {
|
||||
"sort": "+created",
|
||||
"sort": "+name",
|
||||
})
|
||||
|
||||
items = CommonHelper.sortCollections(items);
|
||||
|
||||
Reference in New Issue
Block a user