mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
新建订阅支持粘贴导入
This commit is contained in:
@@ -50,6 +50,7 @@ const CronModal = ({
|
||||
visible={visible}
|
||||
forceRender
|
||||
centered
|
||||
maskClosable={false}
|
||||
onOk={() => {
|
||||
form
|
||||
.validateFields()
|
||||
@@ -168,6 +169,7 @@ const CronLabelModal = ({
|
||||
visible={visible}
|
||||
footer={buttons}
|
||||
centered
|
||||
maskClosable={false}
|
||||
forceRender
|
||||
onCancel={() => handleCancel(false)}
|
||||
confirmLoading={loading}
|
||||
|
||||
Reference in New Issue
Block a user