mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
remove cloudMode condition
This commit is contained in:
parent
474113fe32
commit
928fb3ee89
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…
Add table
Add a link
Reference in a new issue