mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
remove cloud mode for transfer website
This commit is contained in:
parent
8f7f6b3479
commit
e68d1b3233
1 changed files with 15 additions and 17 deletions
|
|
@ -33,7 +33,6 @@ export function WebsiteData({ websiteId, onSave }: { websiteId: string; onSave?:
|
|||
|
||||
return (
|
||||
<>
|
||||
{process.env.cloudMode && (
|
||||
<ActionForm
|
||||
label={formatMessage(labels.transferWebsite)}
|
||||
description={formatMessage(messages.transferWebsite)}
|
||||
|
|
@ -49,7 +48,6 @@ export function WebsiteData({ websiteId, onSave }: { websiteId: string; onSave?:
|
|||
</Modal>
|
||||
</ModalTrigger>
|
||||
</ActionForm>
|
||||
)}
|
||||
<ActionForm
|
||||
label={formatMessage(labels.resetWebsite)}
|
||||
description={formatMessage(messages.resetWebsiteWarning)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue