Skip to content

Commit

Permalink
Increase file upload count limit to 1000 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsjen authored Mar 2, 2018
1 parent a1567f1 commit 299a1bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/studio-frontend",
"version": "1.3.4",
"version": "1.3.5",
"description": "The frontend for the Open edX platform",
"repository": "edx/studio-frontend",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/AssetsDropZone/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ AssetsDropZone.propTypes = {
};

AssetsDropZone.defaultProps = {
maxFileCount: 100,
maxFileCount: 1000,
maxFileSizeMB: 10,
};

0 comments on commit 299a1bc

Please sign in to comment.