mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #613 from samhvw8/fix/OpenAiModelPicker.tsx
fix missing set search term in make input lag in openai picker
This commit is contained in:
commit
800ec10684
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ const OpenAiModelPicker: React.FC = () => {
|
|||
}
|
||||
setApiConfiguration(apiConfig)
|
||||
onUpdateApiConfig(apiConfig)
|
||||
setSearchTerm(newModelId)
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue