mirror of
https://github.com/open-webui/open-webui.git
synced 2026-04-28 03:28:30 -05:00
refac/fix
This commit is contained in:
@@ -319,9 +319,7 @@
|
||||
.flatMap((item) => item.model?.tags ?? [])
|
||||
.map((tag) => tag.name.toLowerCase())
|
||||
)
|
||||
)
|
||||
.sort((a, b) => a.localeCompare(b))
|
||||
.map((tag) => capitalizeFirstLetter(tag));
|
||||
).sort((a, b) => a.localeCompare(b));
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user