Add missing listener
This commit is contained in:
parent
de9da2c220
commit
7b9ab77bda
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ export class SimpleAddUI extends UIElement {
|
|||
this._dataIsLoading = dataIsLoading;
|
||||
this._userDetails = userDetails;
|
||||
this.ListenTo(userDetails);
|
||||
this.ListenTo(dataIsLoading);
|
||||
this._addButtons = [];
|
||||
|
||||
for (const option of addButtons) {
|
||||
|
|
Loading…
Reference in a new issue