Increase recent assets limit to 40 items
This commit is contained in:
parent
99df300ddc
commit
71c960339d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { assetsApi } from '@/lib/api';
|
|||
import { Clock, FileImage, FileVideo, FileAudio, FileText, ChevronRight, GripVertical, ChevronLeft, ChevronLast, ChevronFirst } from 'lucide-react';
|
||||
import { DragDropContext, Droppable, Draggable } from '@hello-pangea/dnd';
|
||||
|
||||
const RECENT_LIMIT = 10;
|
||||
const RECENT_LIMIT = 40;
|
||||
|
||||
export default function RecentAssets() {
|
||||
const router = useRouter();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue