advanced-nova-media-library
advanced-nova-media-library copied to clipboard
Error messages appearing twice
Error messages appearing twice:
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.