Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBack2Future committed Dec 5, 2024
1 parent e1591b6 commit 404f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/components/Dialog/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export function CozeSettingsTab(props: {
form.reset({
token: "",
bot_id: "",
base_url: ECozeBaseUrl.GLOBAL,
base_url: ECozeBaseUrl.CN,
})
dispatch(resetCozeSettings())
toast.success("Coze settings reset")
Expand Down

0 comments on commit 404f4a9

Please sign in to comment.