The Save button already has type=submit which naturally triggers form submission. The additional click handler dispatching submit event caused handleTaskSubmit to run twice.
The Save button already has type=submit which naturally triggers form submission. The additional click handler dispatching submit event caused handleTaskSubmit to run twice.