mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
Fixed website edit for teams.
This commit is contained in:
parent
32a97e68ec
commit
a426c242cb
@ -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…
Reference in New Issue
Block a user