Skip to content

Commit

Permalink
Merge pull request #1 from eipm/removing-number-of-image-restriction
Browse files Browse the repository at this point in the history
changing the limit
  • Loading branch information
alexsigaras authored Jun 6, 2019
2 parents 6001103 + cbf76d8 commit 66bff0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/static/assets/ai_biopsy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Env variables
const maxImagesPermitted = 7;
const maxImagesPermitted = 100;
const baseApiUrl = 'api'
// End Env variables

Expand Down
2 changes: 1 addition & 1 deletion src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<i class="material-icons left">add</i>Add Images
</label>
<input type="file" id="file-select" multiple="multiple" accept="image/jpeg, image/png, image/tiff" class="hidden" />
<div id="error-message" class="error-message hidden">You can add up to 7 images</div>
<div id="error-message" class="error-message hidden">You can add up to 100 images</div>
</div >

<div class="margin10 inline-block align-top">
Expand Down

0 comments on commit 66bff0c

Please sign in to comment.