fix: general setting filter XSS data

This commit is contained in:
shuai
2023-02-16 14:56:22 +08:00
parent 22551f8ce5
commit 3b8aa38192
+1 -1
View File
@@ -119,7 +119,7 @@ const General: FC = () => {
}
setFormData({ ...formData });
updateSiteInfo(reqParams);
updateSiteInfo(res);
})
.catch((err) => {
if (err.isError) {