mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 17:09:20 +08:00
修复git_pull重复添加任务
This commit is contained in:
@@ -261,7 +261,7 @@ const Crontab = () => {
|
||||
<Menu.Item key="edit" icon={<EditOutlined />}>
|
||||
编辑
|
||||
</Menu.Item>
|
||||
{record.isSystem === 0 && (
|
||||
{record.isSystem !== 0 && (
|
||||
<>
|
||||
<Menu.Item
|
||||
key="enableordisable"
|
||||
|
||||
Reference in New Issue
Block a user