mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-24 12:49:01 +03:00
Fixes (#17334)
* more docs updates * debug view note * hide notifications submenu if camera is disabled * fix value replacement from incorrect i18n changes
This commit is contained in:
@@ -806,7 +806,7 @@ export default function InputWithTags({
|
||||
className="inline-flex items-center whitespace-nowrap rounded-full bg-green-100 px-2 py-0.5 text-sm capitalize text-green-800"
|
||||
>
|
||||
{t("filter.label." + filterType)}:{" "}
|
||||
{formatFilterValues(filterType, value)}
|
||||
{value.replaceAll("_", " ")}
|
||||
<button
|
||||
onClick={() =>
|
||||
removeFilter(filterType as FilterType, value)
|
||||
|
||||
Reference in New Issue
Block a user