Merge pull request #131 from felinae98/fix-edit-twice-bug

修复前端两次点击编辑不能正确显示的问题
This commit is contained in:
felinae98 2022-10-19 22:54:19 +08:00 committed by GitHub
commit d733f10a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,6 @@ function SubscribeModal({
postPromise.then(() => {
setConfirmLoading(false);
setVisible(false);
form.clearFields();
});
});
};