Skip to content

Commit

Permalink
WEBUI-1214: default behavior for new properties related to retention …
Browse files Browse the repository at this point in the history
…on metadata
  • Loading branch information
rakeshkumar1019 committed Sep 6, 2023
1 parent 7423595 commit ee86352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/nuxeo-dropzone/nuxeo-dropzone.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ Polymer({
},

_reset(value) {
if (value && this.uploadedFiles)
if (value && value['upload-batch'] && this.uploadedFiles)
this.files = this.uploadedFiles.filter((item) => item.batchId === value['upload-batch']);
if (
value == null ||
Expand Down

0 comments on commit ee86352

Please sign in to comment.