Skip to content

Commit

Permalink
LP#2084348: (follow-up) fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <[email protected]>
  • Loading branch information
gmcharlt committed Jan 28, 2025
1 parent 47ec4b8 commit feac7d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ <h2 i18n>Search Query</h2>
Raw Search
</button>

<button (click)="clearForm()" class="btn btn-outline-secondary ms-auto" i18n>Clear Form</button>
<button type="button" (click)="clearForm()" class="btn btn-outline-secondary ms-auto" i18n>Clear Form</button>
</div>
</div>

Expand Down

0 comments on commit feac7d4

Please sign in to comment.