Refactor, paginate on scroll
New PaginatedDocumentList component
This commit is contained in:
@@ -61,7 +61,7 @@ class CollectionScene extends React.Component<Props> {
|
||||
this.collection = collection;
|
||||
|
||||
await Promise.all([
|
||||
this.props.documents.fetchRecentlyModified({
|
||||
this.props.documents.fetchRecentlyEdited({
|
||||
limit: 10,
|
||||
collection: id,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user