Browse Source

Clean up code

pull/85/head
Thomas 4 years ago
parent
commit
8515d4ead4
  1. 2
      apps/client/src/app/components/transactions-table/transactions-table.component.html

2
apps/client/src/app/components/transactions-table/transactions-table.component.html

@ -14,11 +14,11 @@
<input
#searchInput
name="close-outline"
[placeholder]="placeholder"
[formControl]="searchControl"
[matAutocomplete]="autocomplete"
[matChipInputFor]="chipList"
[matChipInputSeparatorKeyCodes]="separatorKeysCodes"
[placeholder]="placeholder"
(matChipInputTokenEnd)="addKeyword($event)"
/>
</mat-chip-list>

Loading…
Cancel
Save