Skip to content

Commit

Permalink
changing retry to optional field
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <shubham.chaudhary@harness.io>
  • Loading branch information
ispeakc0de committed Oct 19, 2022
1 parent 87ab7de commit 1a67589
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,14 +337,12 @@ const AddProbe: React.FC<AddProbeProps> = ({
<div className={classes.formField}>
<InputLabel className={classes.formLabel} htmlFor="retry">
{t('createWorkflow.tuneWorkflow.addProbe.labels.retry')}(times)
<span className={classes.required}>*</span>
</InputLabel>
<InputField
variant="primary"
width="50%"
id="retry"
name="retry"
required
type="number"
value={runProperties.retry}
onChange={handleRunProps}
Expand Down

0 comments on commit 1a67589

Please sign in to comment.