Use imported DropdownUtils
This commit is contained in:
parent
e1de8a77d5
commit
936280934b
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue