Skip to content

Commit

Permalink
[issue_tracker] Update validation to allow NULL Site
Browse files Browse the repository at this point in the history
  • Loading branch information
laemtl committed May 12, 2020
1 parent 300303a commit 91cb306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/issue_tracker/jsx/IssueForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ class IssueForm extends Component {
onUserInput={this.setFormData}
disabled={!hasEditPermission}
value={this.state.formData.centerID}
required={true}
/>
<SelectElement
name='status'
Expand Down

0 comments on commit 91cb306

Please sign in to comment.