mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix: config manager not update when model, key, another optionn...
This commit is contained in:
@@ -199,16 +199,6 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
|
||||
showModelOptions={true}
|
||||
apiErrorMessage={apiErrorMessage}
|
||||
modelIdErrorMessage={modelIdErrorMessage}
|
||||
onSelectProvider={(apiProvider: any) => {
|
||||
vscode.postMessage({
|
||||
type: "upsertApiConfiguration",
|
||||
text: currentApiConfigName,
|
||||
apiConfiguration: {
|
||||
...apiConfiguration,
|
||||
apiProvider: apiProvider,
|
||||
}
|
||||
})
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user