fix this not passed to open customer portal

This commit is contained in:
Abhinav 2022-09-25 18:15:04 +05:30
parent 780e97c121
commit a31acbfa5f

View file

@ -454,7 +454,8 @@ export default function Uploader(props: Props) {
message: constants.SUBSCRIPTION_EXPIRED, message: constants.SUBSCRIPTION_EXPIRED,
action: { action: {
text: constants.RENEW_NOW, text: constants.RENEW_NOW,
callback: billingService.redirectToCustomerPortal, callback: () =>
billingService.redirectToCustomerPortal(),
}, },
}; };
break; break;