Skip to content

Commit

Permalink
fix(Site): Search shows two x buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Nov 1, 2023
1 parent e75ce1a commit 69193b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<mat-form-field class="search-bar" appearance="fill">
<mat-label>{{ placeholderText }}</mat-label>
<mat-icon matPrefix>search</mat-icon>
<input matInput type="search" [formControl]="searchField" />
<input matInput [formControl]="searchField" />
<button
mat-icon-button
matSuffix
Expand Down

0 comments on commit 69193b7

Please sign in to comment.