Skip to content

Commit

Permalink
[issue tracker] make assignee drop down not required (#8301)
Browse files Browse the repository at this point in the history
Fixes #4818
  • Loading branch information
cmadjar authored Jan 24, 2023
1 parent 8a0b2c8 commit 2e898c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/issue_tracker/jsx/IssueForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class IssueForm extends Component {
onUserInput={this.setFormData}
disabled={!hasEditPermission}
value={this.state.formData.assignee}
required={true}
required={false}
/>
<SelectElement
name='centerID'
Expand Down

0 comments on commit 2e898c0

Please # to comment.