-
undefined}
- initialValues={{ selectedFiles: [] }}
- >
-
-
+ {files.length > 250 &&
+
+
+ This directory is too large to display in the browser,
+ limiting the output to the first 250 files.
+
+
+ }
+ {
+ sortFiles(files.slice(0, 250)).map(file => (
+
+ ))
+ }
+