Skip to content

Commit

Permalink
Enforce rollout milestones to have a minimum value of 100 (#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanndago authored Sep 12, 2023
1 parent 3650328 commit 1ad6544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-src/elements/form-field-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ export const ALL_FIELDS = {

'rollout_milestone': {
type: 'input',
attrs: MILESTONE_NUMBER_FIELD_ATTRS,
attrs: { ...MILESTONE_NUMBER_FIELD_ATTRS, min: 100 },
required: true,
label: 'Chrome milestone',
help_text: html`
Expand Down

0 comments on commit 1ad6544

Please sign in to comment.