Skip to content

Commit

Permalink
WEBUI-1237: multiple files not working for custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Aug 4, 2023
1 parent 3c724fe commit 7ea5326
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ Polymer({
},

_getFileValue() {
const fileName = this.document.type === 'File' && this.xpath === 'files:files' ? 'file' : '';
return fileName;
return this.xpath === 'files:files' ? 'file' : '';
},
});

0 comments on commit 7ea5326

Please sign in to comment.