Skip to content

Commit

Permalink
Fix build fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 4, 2024
1 parent 134f151 commit 1a362e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function SettingLLM() {
alert(t('helper.setOk'));
console.log(`Setting: Update open ai ok`);
}).catch(handleError);
}, [handleError, aiSecretKey, aiBaseURL, aiOrganization]);
}, [t, handleError, aiSecretKey, aiBaseURL, aiOrganization]);

return <>
<Accordion defaultActiveKey={["1"]} alwaysOpen>
Expand Down

0 comments on commit 1a362e6

Please sign in to comment.