mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge branch 'dev' of https://github.com/umami-software/umami into dev
This commit is contained in:
commit
bbf85cb110
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export function WebsitesHeader({ teamId, allowCreate = true }: WebsitesHeaderPro
|
|||
|
||||
return (
|
||||
<PageHeader title={formatMessage(labels.websites)}>
|
||||
{allowCreate && !process.env.cloudMode && <WebsiteAddButton teamId={teamId} />}
|
||||
{allowCreate && <WebsiteAddButton teamId={teamId} />}
|
||||
</PageHeader>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue