Skip to content
Snippets Groups Projects
Verified Commit 76412448 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #13701 TIME 0:05 autocomplete contact

parent a3584bd3
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ export class ContactAutocompleteComponent implements OnInit { ...@@ -147,7 +147,7 @@ export class ContactAutocompleteComponent implements OnInit {
Object.keys(data).forEach(element => { Object.keys(data).forEach(element => {
arrCustomFields.push({ arrCustomFields.push({
label: this.customFields.filter(custom => custom.id === element)[0].label, label: this.customFields.filter(custom => custom.id == element)[0].label,
value: data[element] value: data[element]
}); });
}); });
......
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