mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed website edit for teams.
This commit is contained in:
parent
32a97e68ec
commit
a426c242cb
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ export function TeamWebsitesTable({
|
|||
return (
|
||||
<>
|
||||
{allowEdit && (teamId || user?.isAdmin) && (
|
||||
<LinkButton href={`/team/${teamId}/settings/websites/${websiteId}`}>
|
||||
<LinkButton href={`/teams/${teamId}/settings/websites/${websiteId}`}>
|
||||
<Icon>
|
||||
<Icons.Edit />
|
||||
</Icon>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
import Page from 'app/(main)/websites/[websiteId]/page';
|
||||
import Page from 'app/(main)/settings/websites/[websiteId]/page';
|
||||
|
||||
export default Page;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue