We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31fc59 commit d19e284Copy full SHA for d19e284
src/routes/volume/detail/CreateRecurringJob.js
@@ -353,7 +353,7 @@ const modal = ({
353
required: true,
354
},
355
],
356
- })(<InputNumber disabled={noRetain(getFieldValue('task')) || isEdit} style={{ width: '80%' }} min={0} />)}
+ })(<InputNumber disabled={noRetain(getFieldValue('task'))} style={{ width: '80%' }} min={0} />)}
357
</FormItem>
358
<FormItem label="Concurrency" hasFeedback {...formItemLayout}>
359
{getFieldDecorator('concurrency', {
0 commit comments