- {t('we_are_sorry_to_see_you_go', 'We are sorry to see you go :(')}
-
{t(
'would_you_mind_shortly_tell_us_what_we_could_have_done_better',
'Would you mind shortly tell us what we could have done better?'
@@ -192,7 +169,9 @@ const Info: FC<{
@@ -283,13 +262,15 @@ export const MainBillingComponent: FC<{
) {
const info = await new Promise((res) => {
modal.openModal({
- title: '',
- withCloseButton: false,
+ title: t(
+ 'we_are_sorry_to_see_you_go',
+ 'We are sorry to see you go :('
+ ),
+ withCloseButton: true,
classNames: {
modal: 'bg-transparent text-textColor',
},
children: res(e)} />,
- size: 'auto',
});
});
setLoading(true);