fix(dms): add onRangeSelect prop to FileExplorerProps to fix TSC errors
This commit is contained in:
@@ -70,6 +70,7 @@ export interface FileExplorerProps {
|
||||
sortBy: SortBy;
|
||||
sortOrder: SortOrder;
|
||||
onSortChange: (by: string, order: string) => void;
|
||||
onRangeSelect?: (fileIds: string[]) => void;
|
||||
}
|
||||
|
||||
function SortHeader({
|
||||
|
||||
Reference in New Issue
Block a user