Form images
I have a problem with uploading images in the form. I'm using react-hook-forms and Zod validation How to change images in the edit mode if the entity is already added? The form field is JS "File" and the already added entity has a URL. And I don't know how to do it.
