replace external link with a button.
Этот коммит содержится в:
@@ -80,17 +80,15 @@ export default function DeleteWorkspaceCTA() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<ExternalLink
|
<button
|
||||||
href=''
|
className='btn cancelSubscriptionSection__contactUs'
|
||||||
location='delete_workspace_cta'
|
|
||||||
className='cancelSubscriptionSection__contactUs'
|
|
||||||
onClick={handleOnClickDelete}
|
onClick={handleOnClickDelete}
|
||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='admin.billing.subscription.deleteWorkspaceSection.delete'
|
id='admin.billing.subscription.deleteWorkspaceSection.delete'
|
||||||
defaultMessage='Delete Workspace'
|
defaultMessage='Delete Workspace'
|
||||||
/>
|
/>
|
||||||
</ExternalLink>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user