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
This commit is contained in:
Filipa Lacerda 2018-04-27 08:18:44 +00:00
commit 740f0bb126
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class ListLabel {
export default class ListLabel {
constructor(obj) {
this.id = obj.id;
this.title = obj.title;