Team-Pharos / FEC_Lighthouse

0 stars 5 forks source link

Close modal on submit #109

Open Parkerjn90 opened 2 years ago

Parkerjn90 commented 2 years ago

Description

It would be helpful for the user if the modal closed on submit as well as on clicking the close button. You have the method for closing the modal already imported - You'd just need to add a second instance of the function here in another .then() statement after line 139.

Files

https://github.com/Team-Pharos/FEC_Lighthouse/blob/ea3107fbe3c4e0a09d1bb1dbb1747469b0fc3337/src/components/Ratings/NewReviewModal.jsx#L132-L142

Tasks