Skip to content

Fixes doubles tooltips on note awards

What does this MR do?

Fixes double tooltips on the note awards buttons. This was caused by some other JS file initializing Bootstraps tooltip whilst the Vue component was using Bootstrap Vues tooltips which don't talk to each other.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55483

Does this MR meet the acceptance criteria?

Merge request reports