On clicking of the modify budget, we handle the modify which changes our viewMode to editable and displays a form.
When the form is submitted, we update state and send a put message to the database via the passed props.
This diff addresses #15 and makes the app a full CRUD app.
On clicking of the modify budget, we handle the modify which changes our
viewMode
to editable and displays a form. When the form is submitted, we update state and send a put message to the database via the passed props.This diff addresses #15 and makes the app a full CRUD app.