Skip to content

Commit cea102a

Browse files
authored
fix(add-filter): don't display empty filter chips (#488)
1 parent 3cbfa3d commit cea102a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Phonebook.Frontend/src/app/shared/components/add-filter/add-filter.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<mat-chip
22
propagationStop
3+
*ngIf="filterValue"
34
(click)="addFilter()"
45
(keyup.enter)="addFilter()"
56
class="pb-pointer pb-filter"

0 commit comments

Comments
 (0)