trevorosborne1989 / NCHANDIWebsite-UI

This site has been developed as a volunteer management system and dynamic web application to be used specifically for 12 step Hospital and Institution purposes.
1 stars 0 forks source link

Fix Active Panel Members #112

Closed trevorosborne1989 closed 4 months ago

trevorosborne1989 commented 4 months ago

Finish setInactive api call in PanelsDashboard. The Panel that gets returned in the onSubmit formik method can be passed to this method. Use a try catch with snackbar like the other callbacks.

The Panel that gets passed to this method...you can loop through each last + panelMember (formik field) that exists and do a PUT to the Person service with their new active value that has already been set in the dialog.