Fix `Failed to resolve directive: gl-tooltip` error in `/pages/groups/saml_providers/saml_members/index.vue`
Summary
ee/app/assets/javascripts/pages/groups/saml_providers/saml_members/index.vue
causes a Failed to resolve directive: gl-tooltip
console error.
Steps to reproduce
Navigate to /groups/{group_slug}/-/saml
What is the current bug behavior?
Failed to resolve directive: gl-tooltip
error is shown in the console
What is the expected correct behavior?
Error should not be shown
Possible fixes
Remove v-gl-tooltip
from ee/app/assets/javascripts/pages/groups/saml_providers/saml_members/index.vue#L44