Skip to content

Fix loading state for group invite modal

Chad Lavimoniere requested to merge 20240429-group-invite-modal-loading into master

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

  1. Check out this branch locally
  2. Go to a project's member management page
  3. click "Invite group"
  4. invite a group to the project
  5. You will see that after clicking "Invite" but before the modal closes, the "Invite" button changes to the loading state
Edited by Chad Lavimoniere

Merge request reports