Hello, what is the best way to submit a form in a modal and then redirect the screen below the modal?
For example, I have a /customers route that renders in a default context. On it I have a link to /customers/filter that renders in a modal. This route renders a form form with action=/customers. When I submit that form the app stacks a new /customers?query=… scren on top of the initial /customers screen.