Commit 079a3014 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'I-31740' into 'master'

Labels distorted or invisible when adding to new/existing issue boards

See merge request gitlab-org/gitlab!22239
parents 14a2e6cf 500a7d60
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
new ListLabel({ new ListLabel({
id: label.id, id: label.id,
title: label.title, title: label.title,
color: label.color[0], color: label.color,
textColor: label.text_color, textColor: label.text_color,
}), }),
); );
......
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