mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
fix: add infinite back to dropzone container
This commit is contained in:
@@ -36,7 +36,7 @@ export function MediaIndex() {
|
|||||||
return (
|
return (
|
||||||
<AppShell.Scrollable>
|
<AppShell.Scrollable>
|
||||||
<div className="flex flex-1 p-3">
|
<div className="flex flex-1 p-3">
|
||||||
<DropzoneContainer onClick={onClick} query={{ sort: "-id" }} />
|
<DropzoneContainer onClick={onClick} infinite query={{ sort: "-id" }} />
|
||||||
</div>
|
</div>
|
||||||
</AppShell.Scrollable>
|
</AppShell.Scrollable>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user