Skip to content

Commit

Permalink
User desk select refactoring for planning item (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc authored Jul 1, 2024
1 parent a8262c5 commit b3a0cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/Assignments/AssignmentEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export class AssignmentEditorComponent extends React.Component {
<Row style={{padding: '2rem 0', margin: '0 0 1.8em 0'}}>
<div data-test-id={this.FIELDS.USER}>
<SelectUser
deskId={this.props.value.assigned_to?.desk ?? null}
selectedUserId = {this.state.userId}
onSelect={(user) => {
this.onUserChange(null, user);
Expand Down

0 comments on commit b3a0cc1

Please sign in to comment.