It’s because you’re setting an action:
You don’t want to set an action on a changeset until you are ready to display errors like in a validate or submit callback
To just build the form, you can remove that line
I would move that line to the validate callback






















