Skip to content

Commit

Permalink
fix: small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai Nicolae committed Aug 7, 2024
1 parent 2a7cb3c commit 64555e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/src/components/self_service/UserEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export function UserEdit({ user, configuration }) {
id="department"
label="Department"
variant="standard"
value={user.Department}
defaultValue={user.Department}
onChange={(e) => {
user.Department = e.target.value;
}}
Expand Down

0 comments on commit 64555e2

Please sign in to comment.