Skip to content
Snippets Groups Projects
Commit fcc7c7e5 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

fix filling

parent d40d0415
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ export class ContactAutocompleteComponent implements OnInit { ...@@ -243,7 +243,7 @@ export class ContactAutocompleteComponent implements OnInit {
id: contact.id, id: contact.id,
type: contact.type, type: contact.type,
lastname: contact.contact, lastname: contact.contact,
fillingRate: !this.functions.empty(data.fillingRate) ? { fillingRate: !this.functions.empty(contact.thresholdLevel) ? {
color: this.contactService.getFillingColor(contact.thresholdLevel) color: this.contactService.getFillingColor(contact.thresholdLevel)
} : '' } : ''
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment