oneduo / nova-file-manager

The most advanced File Manager for Laravel Nova, feature rich and robust build.
https://oneduo.github.io/nova-file-manager/
MIT License
137 stars 37 forks source link

Fix: Hide TrashIcon when file deletion is disabled #347

Closed jan-tricks closed 6 months ago

jan-tricks commented 7 months ago

Currently, only the file deletion modal is hidden. The TrashButton is still displayed, but nothing happens due to the missing modal.

This pull request also hides the button if showDeleteFile is false.

Rezrazi commented 6 months ago

thank you for this 👍