appstore-install-loader-fix (#12269)

This commit is contained in:
Amit Sharma 2023-11-11 00:08:45 +05:30 committed by GitHub
parent affe85d02c
commit 033bc45dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ export const InstallAppButtonWithoutPlanCheck = (
onClick: () => {
mutation.mutate({ type: props.type });
},
isLoading: mutation.isLoading,
loading: mutation.isLoading,
})}
</>
);