Describe the bug
Individuals can be updated by users by clicking the settings cog on the individual when viewing the pedigree. This opens an "Update individual" UI which allows for changing the individual ID, affected status, Sex, birth year, living status, and some other checkboxes.
When the user changes something in this update form and then submits with "Update", nothing is submitted, and the UI seems to get stuck loading, and the individual remains unchanged. No network requests are made according to the browser inspect network tab. No log entries are written to the compute engine logs.
This UI element is created from the LazyPedigreeImagePanel component here.
Screenshots

Describe the bug
Individuals can be updated by users by clicking the settings cog on the individual when viewing the pedigree. This opens an "Update individual" UI which allows for changing the individual ID, affected status, Sex, birth year, living status, and some other checkboxes.
When the user changes something in this update form and then submits with "Update", nothing is submitted, and the UI seems to get stuck loading, and the individual remains unchanged. No network requests are made according to the browser inspect network tab. No log entries are written to the compute engine logs.
This UI element is created from the LazyPedigreeImagePanel component here.
Screenshots