mirror of
https://github.com/umami-software/umami.git
synced 2026-02-22 13:35:35 +01:00
Fixed editing and navigation issues.
This commit is contained in:
parent
bf6c9395c6
commit
8c26e310f7
52 changed files with 118 additions and 122 deletions
|
|
@ -18,7 +18,7 @@ export function WebsitesPage() {
|
|||
<WebsiteAddButton teamId={teamId} />
|
||||
</PageHeader>
|
||||
<Panel>
|
||||
<WebsitesDataTable teamId={teamId} allowEdit={false} />
|
||||
<WebsitesDataTable teamId={teamId} />
|
||||
</Panel>
|
||||
</Column>
|
||||
</PageBody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue