Skip to content

Commit

Permalink
spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Nov 15, 2024
1 parent 22b7379 commit a1a9594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/feedback/feedback.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<input matInput i18n-placeholder placeholder="Type title to search..." [(ngModel)]="titleSearch">
</mat-form-field>
<button mat-button (click)="resetSearch()"
[disabled]="feedback.filter.trim() === '' && filter.type === '' && filter.status === '' && titleSearch.trim() === ''">
<span i18n>Clear</span>
</button>
[disabled]="feedback.filter.trim() === '' && filter.type === '' && filter.status === '' && titleSearch.trim() === ''">
<span i18n>Clear</span>
</button>
</ng-template>
</mat-toolbar>
<div class="space-container">
Expand Down

0 comments on commit a1a9594

Please sign in to comment.