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