How to avoid form reload in parent component using Inertia?
I have two components. One is parent that has simple form with description and titke, etc. Another one is a modal that updates a picture. Now everytime I update a picture, the unsaved data from form(parent component) disappears. It seems the page reloads. How can I avoid that?