Skip to content

Commit

Permalink
Remove meaningless input placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
SP12893678 committed Oct 28, 2024
1 parent 5070f09 commit 67922a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/nodes-view/nodes-view.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="right-wrapper">
<div class="filter">
<mat-form-field>
<input matInput (keyup)="applyFilter($event)" placeholder="Filter (Ex. amd64)" #input>
<input matInput (keyup)="applyFilter($event)" placeholder="Filter" #input>
</mat-form-field>
</div>

Expand Down

0 comments on commit 67922a6

Please sign in to comment.