This commit is contained in:
Josh Hawkins 2025-03-17 07:10:05 -05:00
parent d915b377a5
commit 4caf759337

View File

@ -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