Implemented changes to complete issue #6. A pop-up modal was created and routed so the user will be asked if they're sure they want to send an invitation after clicking the send invitation button.
Changes
A new component was created for the pop-up modal.
The route for this pop-up was added
This was routed to the send invitation button so the pop-up will appear when the user pressed the button
Implemented changes to complete issue #6. A pop-up modal was created and routed so the user will be asked if they're sure they want to send an invitation after clicking the send invitation button.
Changes