mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 17:15:37 +01:00
Fixed websites paging.
This commit is contained in:
parent
9671414edd
commit
d709f4eb80
14 changed files with 34 additions and 36 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import TeamsDataTable from './TeamsDataTable';
|
||||
import TeamsHeader from './TeamsHeader';
|
||||
|
||||
export default function TeamsPage() {
|
||||
export default function TeamsSettingsPage() {
|
||||
return (
|
||||
<>
|
||||
<TeamsHeader />
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
import { Metadata } from 'next';
|
||||
import TeamsPage from './TeamsPage';
|
||||
import TeamsSettingsPage from './TeamsSettingsPage';
|
||||
|
||||
export default function () {
|
||||
return <TeamsPage />;
|
||||
return <TeamsSettingsPage />;
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue