Merge branch 'feat/1.0.5/ui' of github.com:answerdev/answer into feat/1.0.5/ui

This commit is contained in:
haitaoo 2023-02-16 16:35:06 +08:00
commit 880f5f5b3d
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ const General: FC = () => {
}
setFormData({ ...formData });
updateSiteInfo(reqParams);
updateSiteInfo(res);
})
.catch((err) => {
if (err.isError) {