Only show 250 files in a directory listing
This commit is contained in:
parent
59448520fe
commit
926b5ac099
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export default () => {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{
|
{
|
||||||
files.slice(0, 500).map(file => (
|
files.slice(0, 250).map(file => (
|
||||||
<FileObjectRow key={file.uuid} file={file}/>
|
<FileObjectRow key={file.uuid} file={file}/>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue