mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +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 UsersDataTable from './UsersDataTable';
|
||||
import UsersHeader from './UsersHeader';
|
||||
|
||||
export default function UsersPage() {
|
||||
export default function UsersSettingsPage() {
|
||||
return (
|
||||
<>
|
||||
<UsersHeader />
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
import { Metadata } from 'next';
|
||||
import UsersPage from './UsersPage';
|
||||
import UsersSettingsPage from './UsersSettingsPage';
|
||||
|
||||
export default function () {
|
||||
return <UsersPage />;
|
||||
return <UsersSettingsPage />;
|
||||
}
|
||||
export const metadata: Metadata = {
|
||||
title: 'Users',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue