mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 06:55:28 +03:00
fix key
This commit is contained in:
parent
d915b377a5
commit
4caf759337
@ -826,12 +826,9 @@ export default function InputWithTags({
|
|||||||
{filterType === "event_id"
|
{filterType === "event_id"
|
||||||
? t("trackedObjectId")
|
? t("trackedObjectId")
|
||||||
: filterType === "is_submitted"
|
: filterType === "is_submitted"
|
||||||
? t(
|
? t("features.submittedToFrigatePlus.label", {
|
||||||
"components/filter.features.submittedToFrigatePlus.label",
|
ns: "components/filter",
|
||||||
{
|
})
|
||||||
ns: "components/filter",
|
|
||||||
},
|
|
||||||
)
|
|
||||||
: t("filter.label." + filterType)}
|
: t("filter.label." + filterType)}
|
||||||
: {formatFilterValues(filterType, filterValues)}
|
: {formatFilterValues(filterType, filterValues)}
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user