mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: typo
This commit is contained in:
parent
9b93b81f84
commit
351f0186b9
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
|||
files = [];
|
||||
selectedToolIds = [];
|
||||
webSearchEnabled = false;
|
||||
webSearchEnabled = false;
|
||||
thinkingEnabled = false;
|
||||
imageGenerationEnabled = false;
|
||||
|
||||
if (localStorage.getItem(`chat-input${chatIdProp ? `-${chatIdProp}` : ''}`)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue