outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
271 stars 99 forks source link

Fix file deletion #176

Closed bonzai closed 7 months ago

bonzai commented 7 months ago

This PR addresses an issue related to deleting files and images.

The issue is that the removeFile method, injected by the File/Image component, isn't defined in the Settings component.

bonzai commented 7 months ago

@Tarpsvo Any chance you can look at it?