Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix disabling of polling (#4260)
Browse files Browse the repository at this point in the history
- fixes #4244
  • Loading branch information
richard-cox committed May 7, 2020
1 parent 0953ead commit 3daf8ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h1>User Profile</h1>
[ngClass]="{'user-profile__option-warning': pollingEnabled === 'false'}">
<div class="user-profile__option-inner">
<mat-slide-toggle color="warn" [checked]="pollingEnabled === 'false'"
(change)="updatePolling(timeoutSession)">
(change)="updatePolling(pollingEnabled)">
<div class="user-profile__option-header">Disable polling
<mat-icon *ngIf="pollingEnabled === 'false'" #tooltip="matTooltip"
matTooltip="Polling is disabled, some pages may not automatically update."
Expand Down

0 comments on commit 3daf8ab

Please sign in to comment.