fix: typo

This commit is contained in:
dongfangzan 2025-05-16 08:05:49 +08:00
parent 9b93b81f84
commit 351f0186b9

View File

@ -148,7 +148,7 @@
files = []; files = [];
selectedToolIds = []; selectedToolIds = [];
webSearchEnabled = false; webSearchEnabled = false;
webSearchEnabled = false; thinkingEnabled = false;
imageGenerationEnabled = false; imageGenerationEnabled = false;
if (localStorage.getItem(`chat-input${chatIdProp ? `-${chatIdProp}` : ''}`)) { if (localStorage.getItem(`chat-input${chatIdProp ? `-${chatIdProp}` : ''}`)) {