Both in `/admin` and `/settings`, clicking "Save" results in a page reload. This is despite both form handlers calling `event.preventDefault()`. On the other hand, community settings doesnt have this problem, despite the code looking identical.
Both in
/adminand/settings, clicking "Save" results in a page reload. This is despite both form handlers callingevent.preventDefault().On the other hand, community settings doesnt have this problem, despite the code looking identical.