Skip to content

Commit

Permalink
fix(UserDetailEditor): add dob asterix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianAndersen committed Aug 8, 2024
1 parent 0dd0246 commit 2dcc35b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const UserDetailEditor = ({
return (
<DatePicker
sx={{ width: "100%" }}
label="Fødselsdato"
label="Fødselsdato *"
format="DD/MM/YYYY"
minDate={moment().subtract(100, "years")}
maxDate={moment().subtract(10, "years")}
Expand Down

0 comments on commit 2dcc35b

Please sign in to comment.