mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
remove cloud mode for transfer website
This commit is contained in:
parent
8f7f6b3479
commit
e68d1b3233
@ -33,7 +33,6 @@ export function WebsiteData({ websiteId, onSave }: { websiteId: string; onSave?:
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{process.env.cloudMode && (
|
|
||||||
<ActionForm
|
<ActionForm
|
||||||
label={formatMessage(labels.transferWebsite)}
|
label={formatMessage(labels.transferWebsite)}
|
||||||
description={formatMessage(messages.transferWebsite)}
|
description={formatMessage(messages.transferWebsite)}
|
||||||
@ -49,7 +48,6 @@ export function WebsiteData({ websiteId, onSave }: { websiteId: string; onSave?:
|
|||||||
</Modal>
|
</Modal>
|
||||||
</ModalTrigger>
|
</ModalTrigger>
|
||||||
</ActionForm>
|
</ActionForm>
|
||||||
)}
|
|
||||||
<ActionForm
|
<ActionForm
|
||||||
label={formatMessage(labels.resetWebsite)}
|
label={formatMessage(labels.resetWebsite)}
|
||||||
description={formatMessage(messages.resetWebsiteWarning)}
|
description={formatMessage(messages.resetWebsiteWarning)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user