mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 12:07:40 +03:00
remove smart capitalization so name always matches
This commit is contained in:
parent
5a0c265ea5
commit
061290ce2d
@ -540,7 +540,7 @@ function LibrarySelector({
|
||||
className="group flex items-center justify-between"
|
||||
>
|
||||
<div
|
||||
className="flex-grow cursor-pointer smart-capitalize"
|
||||
className="flex-grow cursor-pointer"
|
||||
onClick={() => setPageToggle(face)}
|
||||
>
|
||||
{face}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user