Skip to content

Commit

Permalink
Fix primefaces#3792: FileUpload index on itemTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 16, 2022
1 parent 9d37860 commit eb3e5b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/fileupload/FileUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ export const FileUpload = React.memo(
removeElement: removeButton,
formatSize: formatSize(file.size),
element: content,
index: index,
props
};

Expand Down

0 comments on commit eb3e5b7

Please sign in to comment.