mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
Update src/components/pages/files/views/Files.tsx
This commit is contained in:
parent
f4cee7dcf6
commit
3b2dc188aa
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const DashboardFile = dynamic(() => import('@/components/file/DashboardFile'), {
|
|||
loading: () => <Skeleton height={350} animate />,
|
||||
});
|
||||
|
||||
const PER_PAGE_OPTIONS = [15, 30, 45];
|
||||
const PER_PAGE_OPTIONS = [9, 12, 15, 30, 45];
|
||||
|
||||
export default function Files({ id }: { id?: string }) {
|
||||
const router = useRouter();
|
||||
|
|
Loading…
Add table
Reference in a new issue