Skip to content

Commit

Permalink
[issue tracker] make assignee drop down not required (aces#8301)
Browse files Browse the repository at this point in the history
Fixes aces#4818
  • Loading branch information
cmadjar authored and zaliqarosli committed Mar 6, 2023
1 parent 7c4ed8d commit 8ced373
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 8ced373

Please # to comment.