Skip to content

Commit

Permalink
fix: fix the issue where a successful upgrade won't refresh the billi…
Browse files Browse the repository at this point in the history
…ng page (#9740)
  • Loading branch information
tianrunhe authored May 10, 2024
1 parent a5d4bad commit 9a904d3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const upgradeToTeamTierSuccessUpdater = (payload: RecordProxy) => {
if (organization) {
organization.setValue(true, 'showConfetti')
organization.setValue(true, 'showDrawer')
organization.setValue('team', 'billingTier')
organization.setValue('team', 'tier')
}
}
export default upgradeToTeamTierSuccessUpdater

0 comments on commit 9a904d3

Please sign in to comment.