fixed minor fallback issue
This commit is contained in:
parent
e2389b4fff
commit
990bc2dfec
@ -33,6 +33,6 @@ export class AnnotationIconComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public get backgroundColor() {
|
public get backgroundColor() {
|
||||||
return this.color || this.dictType.hexColor;
|
return this.color || this.dictType?.hexColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user