mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 23:57:12 +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 (
|
return (
|
||||||
<>
|
<>
|
||||||
{allowEdit && (teamId || user?.isAdmin) && (
|
{allowEdit && (teamId || user?.isAdmin) && (
|
||||||
<LinkButton href={`/team/${teamId}/settings/websites/${websiteId}`}>
|
<LinkButton href={`/teams/${teamId}/settings/websites/${websiteId}`}>
|
||||||
<Icon>
|
<Icon>
|
||||||
<Icons.Edit />
|
<Icons.Edit />
|
||||||
</Icon>
|
</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;
|
export default Page;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue