diff --git a/web/src/components/overlay/dialog/SearchFilterDialog.tsx b/web/src/components/overlay/dialog/SearchFilterDialog.tsx index 2e3955ee4..45ba338f4 100644 --- a/web/src/components/overlay/dialog/SearchFilterDialog.tsx +++ b/web/src/components/overlay/dialog/SearchFilterDialog.tsx @@ -42,6 +42,7 @@ import { CommandList, } from "@/components/ui/command"; import { LuCheck } from "react-icons/lu"; +import ActivityIndicator from "@/components/indicators/activity-indicator"; type SearchFilterDialogProps = { config?: FrigateConfig; @@ -947,7 +948,8 @@ export function RecognizedLicensePlatesFilterContent({
{t("recognizedLicensePlates.title")}
{allRecognizedLicensePlates == undefined ? ( -

+

+ {t("recognizedLicensePlates.loading")}

) : allRecognizedLicensePlates.length === 0 ? null : (