Skip to content

Commit

Permalink
Update UserProfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelmd-eGov committed Sep 16, 2024
1 parent 7385be3 commit 10e16da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ const UserProfile = ({ stateCode, userType, cityDetails }) => {
name="email"
value={email}
onChange={(e) => setUserEmailAddress(e.target.value)}
disabled={Digit.Utils.getMultiRootTenant()?true : editScreen}
disabled={Digit.Utils.getMultiRootTenant()? true : editScreen}
/>
{errors?.emailAddress && (
<ErrorMessage
Expand Down

0 comments on commit 10e16da

Please sign in to comment.