## Description Uses the `Thumbnail` component used in other places for the bulk upload file rows. Closes #8099 In the future, we should consider adding different thumbnail icons based on the `mimeType` to better describe the files being uploaded. Before:  After:  - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist: - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] Existing test suite passes locally with my changes - [ ] I have made corresponding changes to the documentation