Skip to content

Commit

Permalink
Disable settings email input (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor-Barsan authored Aug 27, 2024
1 parent cbcbf3e commit dcdcf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ const Settings = (): React.ReactElement => {
type="email"
value={primaryContact.email}
placeholder={PLACEHOLDER_WEB_EXAMPLE_EMAIL}
disabled
onChange={(e) =>
setPrimaryContact({
...primaryContact,
Expand Down

0 comments on commit dcdcf35

Please sign in to comment.