Fix `Failed to resolve directive: gl-tooltip` console error
What does this MR do and why?
Related to #328615 (closed)
There was an unneeded v-gl-tooltip in ee/app/assets/javascripts/pages/groups/saml_providers/saml_members/index.vue#L44 that was causing console errors. This MR removes that unneeded v-gl-tooltip.
It appears that this v-gl-tooltip has been in the code since this file was originally committed so I don't think it was intended.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Enable group SAML
- Navigate to
gitlab.ymlfile in thegdk/gitlabdirectory - Find the
development->omniauth->providerssection - Add
- { name: 'group_saml' } - Restart GDK (
gdk restart)
- Navigate to
- Sign in and navigate to a group ->
Settings->SAML SSO - Open the console, there should be no errors
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Hegman

