Use imported `DropdownUtils`

This commit is contained in:
Kushal Pandya 2018-02-26 12:42:55 +05:30
parent e1de8a77d5
commit 936280934b
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default class LabelsSelect {
}
}
if (label.duplicate) {
color = gl.DropdownUtils.duplicateLabelColor(label.color);
color = DropdownUtils.duplicateLabelColor(label.color);
}
else {
if (label.color != null) {