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

This commit is contained in:
hanhh
2021-09-21 20:11:39 +08:00
parent 95322b42c0
commit b8822a98f7
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);