Skip to content

Commit

Permalink
Merge pull request #846 from equinor/fix/impersonate-put
Browse files Browse the repository at this point in the history
🐛 Fix missing ID when updating existing user impersonations
  • Loading branch information
mariush2 authored Oct 30, 2024
2 parents fcc49ba + c316a06 commit d7ca099
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const CreateOrEditUser: FC<CreateOrEditUserProps> = ({
const handleOnCreateOrSave = async () => {
if (editingUser) {
await updateImpersonationUser({
id: editingUser.id,
firstName,
lastName,
fullName: `${firstName} ${lastName}`,
Expand Down

0 comments on commit d7ca099

Please sign in to comment.