Skip to content

Commit

Permalink
Merge pull request #1955 from bcgov/feature/ALCS-1874-review-fixes
Browse files Browse the repository at this point in the history
ALCS-1874 Review fixes
  • Loading branch information
fbarreta authored Nov 5, 2024
2 parents b6b0884 + 6fc8373 commit 50be39c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion alcs-frontend/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"root": true,
"ignorePatterns": ["projects/**/*"],
"no-octal-escape": 0,
"overrides": [
{
"files": ["*.ts"],
Expand Down
4 changes: 1 addition & 3 deletions alcs-frontend/src/app/features/search/search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,9 @@ <h4>File Details</h4>
(click)="clearSearch()"
(blur)="checkDirty()"
/>
@if (tags.length > 0) {
<button class="clear-button" matSuffix mat-icon-button aria-label="Clear" (click)="clearTags()">
<button *ngIf="tags.length > 0" class="clear-button" matSuffix mat-icon-button aria-label="Clear" (click)="clearTags()">
<mat-icon>close</mat-icon>
</button>
}
</mat-chip-grid>
<mat-autocomplete
#auto="matAutocomplete"
Expand Down

0 comments on commit 50be39c

Please sign in to comment.