mirror of https://gitee.com/answerdev/answer.git
Merge branch 'feat/1.0.5/ui' of github.com:answerdev/answer into feat/1.0.5/ui
This commit is contained in:
commit
880f5f5b3d
|
@ -119,7 +119,7 @@ const General: FC = () => {
|
|||
}
|
||||
|
||||
setFormData({ ...formData });
|
||||
updateSiteInfo(reqParams);
|
||||
updateSiteInfo(res);
|
||||
})
|
||||
.catch((err) => {
|
||||
if (err.isError) {
|
||||
|
|
Loading…
Reference in New Issue