mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update import for TablePage
This commit is contained in:
parent
9c0aa85c46
commit
538c0b64ff
1 changed files with 1 additions and 2 deletions
|
@ -7,6 +7,7 @@ import ToggleButtonGroup from '@mui/material/ToggleButtonGroup';
|
||||||
import { type MRT_ColumnDef, useMaterialReactTable } from 'material-react-table';
|
import { type MRT_ColumnDef, useMaterialReactTable } from 'material-react-table';
|
||||||
import { useSearchParams } from 'react-router-dom';
|
import { useSearchParams } from 'react-router-dom';
|
||||||
|
|
||||||
|
import TablePage from 'apps/dashboard/components/TablePage';
|
||||||
import { useLogEntries } from 'apps/dashboard/features/activity/api/useLogEntries';
|
import { useLogEntries } from 'apps/dashboard/features/activity/api/useLogEntries';
|
||||||
import ActionsCell from 'apps/dashboard/features/activity/components/ActionsCell';
|
import ActionsCell from 'apps/dashboard/features/activity/components/ActionsCell';
|
||||||
import LogLevelCell from 'apps/dashboard/features/activity/components/LogLevelCell';
|
import LogLevelCell from 'apps/dashboard/features/activity/components/LogLevelCell';
|
||||||
|
@ -18,8 +19,6 @@ import { parseISO8601Date, toLocaleString } from 'scripts/datetime';
|
||||||
import globalize from 'lib/globalize';
|
import globalize from 'lib/globalize';
|
||||||
import { toBoolean } from 'utils/string';
|
import { toBoolean } from 'utils/string';
|
||||||
|
|
||||||
import TablePage from '../components/TablePage';
|
|
||||||
|
|
||||||
type UsersRecords = Record<string, UserDto>;
|
type UsersRecords = Record<string, UserDto>;
|
||||||
|
|
||||||
const DEFAULT_PAGE_SIZE = 25;
|
const DEFAULT_PAGE_SIZE = 25;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue