Skip to content

Commit

Permalink
Merge pull request #83 from alexpong0630/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Oct 18, 2024
2 parents 5b91c0c + 7181acf commit 42c9f38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/sweet-rabbits-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"syncia": patch
---

bug fix on save settings
Binary file modified artifacts/chrome.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Settings/Sections/ChatSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ChatSettings = () => {

if (OpenAiApiKeyInputRef.current) {
const isOpenAiKeyValid: boolean = await validateApiKey(apiKeyValue, baseurlValue)
if (!isOpenAiKeyValid) {
if (isOpenAiKeyValid) {
setSettings({
...settings,
chat: {
Expand Down

0 comments on commit 42c9f38

Please sign in to comment.