Commit 740f0bb1 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'ee-5514-fix-epic-collapsed-sidebar-label-click' into 'master'

CE Backport: Reveal labels dropdown when labels icon is clicked on collapsed Epic sidebar

See merge request gitlab-org/gitlab-ce!18611
parents ab72b0b6 f538eda9
class ListLabel {
export default class ListLabel {
constructor(obj) {
this.id = obj.id;
this.title = obj.title;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment