Skip to content

Commit

Permalink
Merge pull request #243 from kbase/UFI-60
Browse files Browse the repository at this point in the history
email address defaults to empty string if null [UFI-60]
  • Loading branch information
eapearson authored Jul 26, 2023
2 parents 49188c0 + c228a21 commit fce9f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ define([
},
email: {
status: 'INITIAL',
value: this.props.choice.create[0].provemail,
value: this.props.choice.create[0].provemail || '',
isModified: false,
},
username: {
Expand Down

0 comments on commit fce9f55

Please sign in to comment.