outl1ne / nova-settings

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

[Bug] Cant delete image from settings #187

Open bazylys opened 1 month ago

bazylys commented 1 month ago

While using Image Field I am unable to delete the current values. When you click the delete icon, there is not even a request to delete (shown in the video)

\Outl1ne\NovaSettings\NovaSettings::addSettingsFields(function() {
  return [
      Image::make('Icon')->path('my-path')->deletable()->prunable()
  ];
});

image

Laravel Nova outl1ne/nova-settings": "^5.2" 23.05.2024 Image deleting bug

NikitaSomik commented 2 weeks ago

I have the same problem