ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
591 stars 295 forks source link

Error messages appearing twice #361

Open SlyDave opened 1 year ago

SlyDave commented 1 year ago

Error messages appearing twice:

image

eom-eom commented 1 year ago

Hi @SlyDave I did temporary solution for this but I will not guarantee if there are no affected area in Nova in this temp solution.

I create custom css in public path and register it to NovaServiceProvider.

In custom css I put:

p.my-2.text-danger { display:none !important; }

I found out in Gallery.vue and FormField.vue(using the Gallery component)both has tags for errors.