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;
|
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({
|
||||||
|
|||||||
Reference in New Issue
Block a user