Clicking "Populate Calendar" in the quick add bar does nothing
Expected Behavior
Clicking "Populate Calendar" should correctly submit the form.
Actual Behavior
Clicking the button does nothing.
Fix
In app/javascript/src/QuickAdd.jsx
, change the button
element to be an input
element