thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.77k stars 2.67k forks source link

Fix: File field on read view (single file) should show field value (filename), not field name #5736

Open neurotools opened 1 year ago

neurotools commented 1 year ago

There's an error on Read view where file fields with a single value (not using array notation) are currently showing incorrectly a download link with the field name as href, not the correct field value.

This pull request fixes this error.