Skip to content

Commit

Permalink
Merge pull request #93 from openimis/feature/OP-1725
Browse files Browse the repository at this point in the history
OP-1725: remove null options
  • Loading branch information
jdolkowski authored Jan 15, 2024
2 parents 11fa08d + c245a6b commit b785ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserMasterPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const UserMasterPanel = (props) => {
label="user.language"
readOnly={readOnly}
required
withNull
withNull={false}
nullLabel={formatMessage("UserMasterPanel.language.null")}
value={edited.language ?? ""}
onChange={(language) => onEditedChanged({ ...edited, language })}
Expand Down

0 comments on commit b785ebe

Please sign in to comment.