Skip to content

Commit

Permalink
Format html
Browse files Browse the repository at this point in the history
  • Loading branch information
chia-yh committed Jul 24, 2023
1 parent 3c3966b commit e4a22a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<button mat-button (click)="removeAllSelection()">Remove all</button>

<div *ngIf="!hasLabels(input.value)" class="no-labels">No Labels Found!</div>

<div class="scroll-container-wrapper">
<div class="scroll-container">
<mat-selection-list [(ngModel)]="selectedLabelNames" (selectionChange)="updateSelection()">
Expand Down

0 comments on commit e4a22a2

Please sign in to comment.