修复修改任务后没有充值模态框字段

This commit is contained in:
whyour
2021-04-05 00:13:50 +08:00
parent a21cfb2880
commit 21d164218f
4 changed files with 8 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ const Crontab = () => {
};
const addCron = () => {
setEditedCron(null as any);
setIsModalVisible(true);
};