fix edit twice error

This commit is contained in:
felinae98 2022-10-19 22:52:02 +08:00
parent bfb40c80ed
commit 9e18a1f369
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

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