Fixed websites paging.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Metadata } from 'next';
|
||||
import WebsitesPage from './WebsitesPage';
|
||||
import WebsitesSettingsPage from './WebsitesSettingsPage';
|
||||
|
||||
export default function ({ params: { teamId } }: { params: { teamId: string } }) {
|
||||
return <WebsitesPage teamId={teamId} />;
|
||||
return <WebsitesSettingsPage teamId={teamId} />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
||||
Reference in New Issue
Block a user