fix not working contacts in calls list

caused by first set empty value overwriting/removing the this.app, which is no longer available when the real value/id is set
This commit is contained in:
ralf 2022-08-19 09:54:56 +02:00
parent bfa2477f5b
commit da2db8ccc0

View File

@ -172,7 +172,6 @@ export class Et2Link extends ExposeMixin<Et2Widget>(Et2Widget(LitElement)) imple
{
if(!_value)
{
this.app = "";
this.entryId = "";
this.title = "";
return;