mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-09 15:33:01 +08:00
Merge pull request #131 from felinae98/fix-edit-twice-bug
修复前端两次点击编辑不能正确显示的问题
This commit is contained in:
commit
d733f10a9c
@ -99,7 +99,6 @@ function SubscribeModal({
|
|||||||
postPromise.then(() => {
|
postPromise.then(() => {
|
||||||
setConfirmLoading(false);
|
setConfirmLoading(false);
|
||||||
setVisible(false);
|
setVisible(false);
|
||||||
form.clearFields();
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user