From 7b9ab77bdae8ba4cb61a7d3effb4d3d89db96dde Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 29 Jun 2020 16:24:42 +0200 Subject: [PATCH] Add missing listener --- UI/SimpleAddUI.ts | 1 + 1 file changed, 1 insertion(+) 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) {