diff --git a/UI/SimpleAddUI.ts b/UI/SimpleAddUI.ts index ede1074..4deb4b3 100644 --- a/UI/SimpleAddUI.ts +++ b/UI/SimpleAddUI.ts @@ -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) {