mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fixed website edit for teams.
This commit is contained in:
parent
32a97e68ec
commit
a426c242cb
@ -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…
x
Reference in New Issue
Block a user