Skip to content

Commit

Permalink
Merge pull request #39159 from burczu/bugfix/39057-members-list-does-…
Browse files Browse the repository at this point in the history
…not-update-owner

#39057 - Members list does not update to show the new admin and owner
  • Loading branch information
luacmartins authored Mar 29, 2024
2 parents bc2b2c4 + 3735439 commit 25b85a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libs/actions/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,8 @@ function requestWorkspaceOwnerChange(policyID: string) {
isLoading: false,
isChangeOwnerSuccessful: true,
isChangeOwnerFailed: false,
owner: sessionEmail,
ownerAccountID: sessionAccountID,
},
},
];
Expand Down Expand Up @@ -1145,6 +1147,8 @@ function addBillingCardAndRequestPolicyOwnerChange(
isLoading: false,
isChangeOwnerSuccessful: true,
isChangeOwnerFailed: false,
owner: sessionEmail,
ownerAccountID: sessionAccountID,
},
},
];
Expand Down

0 comments on commit 25b85a9

Please sign in to comment.