fix(dms): add onRangeSelect prop to FileExplorerProps to fix TSC errors

This commit is contained in:
Agent Zero
2026-07-24 10:23:23 +02:00
parent 924d28cbf2
commit ecab11c19a
@@ -70,6 +70,7 @@ export interface FileExplorerProps {
sortBy: SortBy; sortBy: SortBy;
sortOrder: SortOrder; sortOrder: SortOrder;
onSortChange: (by: string, order: string) => void; onSortChange: (by: string, order: string) => void;
onRangeSelect?: (fileIds: string[]) => void;
} }
function SortHeader({ function SortHeader({