appstore-install-loader-fix (#12269)

This commit is contained in:
Amit Sharma
2023-11-10 18:38:45 +00:00
committed by GitHub
parent affe85d02c
commit 033bc45dd1
+1 -1
View File
@@ -34,7 +34,7 @@ export const InstallAppButtonWithoutPlanCheck = (
onClick: () => {
mutation.mutate({ type: props.type });
},
isLoading: mutation.isLoading,
loading: mutation.isLoading,
})}
</>
);