This commit is contained in:
Josh Hawkins
2026-02-27 09:37:57 -06:00
parent e916f5b582
commit 7f6887d8b2
3 changed files with 18 additions and 14 deletions
@@ -21,7 +21,6 @@ import { LprSection } from "@/components/config-form/sections/LprSection";
import { NotificationsSection } from "@/components/config-form/sections/NotificationsSection";
import { OnvifSection } from "@/components/config-form/sections/OnvifSection";
import { LiveSection } from "@/components/config-form/sections/LiveSection";
import { SemanticSearchSection } from "@/components/config-form/sections/SemanticSearchSection";
import { TimestampSection } from "@/components/config-form/sections/TimestampSection";
import { useAllCameraOverrides } from "@/hooks/use-config-override";
import type { FrigateConfig } from "@/types/frigateConfig";
@@ -291,12 +290,6 @@ const CameraConfigContent = memo(function CameraConfigContent({
component: LprSection,
showOverrideIndicator: true,
},
{
key: "semantic_search",
i18nNamespace: "config/semantic_search",
component: SemanticSearchSection,
showOverrideIndicator: false,
},
{
key: "mqtt",
i18nNamespace: "config/camera_mqtt",