mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Update web/src/views/settings/SearchSettingsView.tsx
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
846c11fcc5
commit
c258d94fde
@ -43,7 +43,7 @@ export default function ExploreSettingsView({
|
||||
|
||||
const { addMessage, removeMessage } = useContext(StatusBarMessagesContext)!;
|
||||
|
||||
const [ExploreSettings, setExploreSettings] = useState<ExploreSettings>({
|
||||
const [exploreSettings, setExploreSettings] = useState<ExploreSettings>({
|
||||
enabled: undefined,
|
||||
reindex: undefined,
|
||||
model_size: undefined,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user