定时任务添加下次运行时间

This commit is contained in:
hanhh
2021-09-21 20:11:39 +08:00
parent 6619374571
commit 5b585e0cda
3 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const EditScriptNameModal = ({
visible,
}: {
visible: boolean;
handleCancel: (file: { filename: string }) => void;
handleCancel: (file?: { filename: string }) => void;
}) => {
const [form] = Form.useForm();
const [loading, setLoading] = useState(false);