Fix loading state for group invite modal
What does this MR do and why?
Fixes loading state for group invite modal in group or project members management by making sure the isLoading
prop is passed through the ee modal base.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
Screen_Recording_2024-04-29_at_13.49.10 | invite_loading_after |
How to set up and validate locally
- Check out this branch locally
- Go to a project's member management page
- click "Invite group"
- invite a group to the project
- You will see that after clicking "Invite" but before the modal closes, the "Invite" button changes to the loading state
Edited by Chad Lavimoniere