Update web/src/views/settings/SearchSettingsView.tsx

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
GuoQing Liu 2025-03-13 00:18:51 +08:00 committed by GitHub
parent 846c11fcc5
commit c258d94fde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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