From 033bc45dd1fb38fef463cac4a901d4c1e61a8a42 Mon Sep 17 00:00:00 2001 From: Amit Sharma <74371312+Amit91848@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:08:45 +0530 Subject: [PATCH] appstore-install-loader-fix (#12269) --- packages/app-store/components.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-store/components.tsx b/packages/app-store/components.tsx index 5a5043a367..a7c4eb3711 100644 --- a/packages/app-store/components.tsx +++ b/packages/app-store/components.tsx @@ -34,7 +34,7 @@ export const InstallAppButtonWithoutPlanCheck = ( onClick: () => { mutation.mutate({ type: props.type }); }, - isLoading: mutation.isLoading, + loading: mutation.isLoading, })} );