mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
59f4d9aff8
@ -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 New Issue
Block a user