mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Fix wrong value displayed in facerec settings (#17383)
This commit is contained in:
parent
b30de96525
commit
4ccf61a6d7
@ -424,7 +424,7 @@ export default function ClassificationSettingsView({
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<SelectTrigger className="w-20">
|
<SelectTrigger className="w-20">
|
||||||
{classificationSettings.search.model_size}
|
{classificationSettings.face.model_size}
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
<SelectGroup>
|
<SelectGroup>
|
||||||
|
Loading…
Reference in New Issue
Block a user