mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
sort face names alphabetically
This commit is contained in:
parent
0c1f0c235e
commit
362b86b585
@ -103,7 +103,7 @@ export default function FaceSelectionDialog({
|
||||
<LuPlus />
|
||||
{t("createFaceLibrary.new")}
|
||||
</SelectorItem>
|
||||
{faceNames.map((faceName) => (
|
||||
{faceNames.sort().map((faceName) => (
|
||||
<SelectorItem
|
||||
key={faceName}
|
||||
className="flex cursor-pointer gap-2 smart-capitalize"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user