1
Fork 0
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:
dicedtomato 2025-03-28 15:20:00 -07:00 committed by GitHub
parent f4cee7dcf6
commit 3b2dc188aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();