From 3daf8ab08a2e40b0a184edc0f31e00f221de3a07 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Thu, 7 May 2020 08:13:37 +0100 Subject: [PATCH] Fix disabling of polling (#4260) - fixes #4244 --- .../user-profile/profile-info/profile-info.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/packages/core/src/features/user-profile/profile-info/profile-info.component.html b/src/frontend/packages/core/src/features/user-profile/profile-info/profile-info.component.html index 0eca5d5d7d..c08c7704c5 100644 --- a/src/frontend/packages/core/src/features/user-profile/profile-info/profile-info.component.html +++ b/src/frontend/packages/core/src/features/user-profile/profile-info/profile-info.component.html @@ -86,7 +86,7 @@

User Profile

[ngClass]="{'user-profile__option-warning': pollingEnabled === 'false'}">
+ (change)="updatePolling(pollingEnabled)">