Skip to content

Commit

Permalink
Fix meeting settings suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianjoel committed Dec 8, 2023
1 parent 197d9c7 commit 2e4a1b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<!-- required for all kinds of input -->
<mat-label>{{ setting.label | translate }}</mat-label>
<span matSuffix>
<mat-icon pull="right" class="red-warning-text" *ngIf="error">error</mat-icon>
<span *ngIf="error" matSuffix>
<mat-icon pull="right" class="red-warning-text">error</mat-icon>
</span>
<mat-error *ngIf="error">{{ error }}</mat-error>

Expand Down

0 comments on commit 2e4a1b2

Please sign in to comment.