Skip to content

Commit

Permalink
Fallback to null
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc committed Jun 24, 2024
1 parent 5a289f7 commit e8a045c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class EmbeddedCoverageFormComponent extends React.PureComponent<IProps, I
onSelect={(user) => {
this.onUserChange(null, user);
}}
selectedUserId={coverage.user?._id}
selectedUserId={coverage.user?._id ?? null}
autoFocus={false}
horizontalSpacing={true}
clearable={true}
Expand Down

0 comments on commit e8a045c

Please sign in to comment.