mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
定时任务添加下次运行时间
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user