mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(console): reset loading state on plan downgraded (#4230)
This commit is contained in:
parent
d696df1683
commit
59618ef906
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ function SwitchPlanActionBar({
|
|||
{t('downgrade_success')}
|
||||
</Trans>
|
||||
);
|
||||
setIsLoading(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue