0
Fork 0
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:
Xiao Yijun 2023-07-25 17:17:16 +08:00 committed by GitHub
parent d696df1683
commit 59618ef906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ function SwitchPlanActionBar({
{t('downgrade_success')}
</Trans>
);
setIsLoading(false);
return;
}