Remove unused selectedLabelsList getter to fulfill eslint rule no-unused-property

What does this MR do and why?

Removes the unused selectedLabelsList Vuex getter from dropdown_contents_labels_view.vue. The getter was mapped but never used in the component.

This addresses one vue/no-unused-properties violation in app/assets/javascripts/sidebar/ as part of #525766 (closed) .

Created during the GitLab Meetup Hamburg hands-on session: https://www.meetup.com/gitlab-meetup-hamburg/events/311048113/ .

🛠️ with ❤️ at Siemens

References

Screenshots or screen recordings

N/A

How to set up and validate locally

  • Run ESLint to verify no violations:
    yarn eslint app/assets/javascripts/sidebar/components/labels/labels_select_vue/dropdown_contents_labels_view.vue
  • Verify file removed from ESLint todo list:
    grep "dropdown_contents_labels_view.vue" .eslint_todo/vue-no-unused-properties.mjs

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.

MR Checklist (@gerardo-navarro)
Edited by Gerardo Navarro

Merge request reports

Loading