File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
webview-ui/src/components/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ const ApiOptions = ({
843843 : "var(--vscode-errorForeground)"
844844 } ) ( ) ,
845845 } }
846- onInput = { handleInputChange ( "openAiCustomModelInfo" , ( e ) => {
846+ onChange = { handleInputChange ( "openAiCustomModelInfo" , ( e ) => {
847847 const value = ( e . target as HTMLInputElement ) . value
848848 const parsed = parseFloat ( value )
849849 return {
@@ -881,7 +881,7 @@ const ApiOptions = ({
881881 : "var(--vscode-errorForeground)"
882882 } ) ( ) ,
883883 } }
884- onInput = { handleInputChange ( "openAiCustomModelInfo" , ( e ) => {
884+ onChange = { handleInputChange ( "openAiCustomModelInfo" , ( e ) => {
885885 const value = ( e . target as HTMLInputElement ) . value
886886 const parsed = parseFloat ( value )
887887 return {
You can’t perform that action at this time.
0 commit comments