Added documents.list endpoint to documentation (fixed some bad formatting)
Updated collection parameter Increased fetch to 10 records, 5 looks dumb on larger screens
This commit is contained in:
@@ -58,8 +58,8 @@ class CollectionScene extends Component {
|
||||
this.props.ui.setActiveCollection(collection);
|
||||
this.collection = collection;
|
||||
await this.props.documents.fetchRecentlyModified({
|
||||
limit: 5,
|
||||
collectionId: collection.id,
|
||||
limit: 10,
|
||||
collection: collection.id,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user