Fixed website edit for teams.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user