mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 19:39:26 +01:00
Fix error syncing due to missing context
This commit is contained in:
parent
a7fc04631e
commit
0110cdf5f9
@ -129,7 +129,7 @@ export class Et2LinkSearch extends Et2Select
|
||||
// Not already rendered, update the select option
|
||||
this.requestUpdate("select_options");
|
||||
// update the displayed text
|
||||
this.updateComplete.then(this.syncItemsFromValue);
|
||||
this.updateComplete.then(() => this.syncItemsFromValue());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user