Skip to content

Commit

Permalink
Fixed button naming. (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeburg authored Jan 24, 2025
1 parent 9d6d4f8 commit 2b2635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/person/awards-swag.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PresentOrNot @value={{ps.notes}} @empty="-"/>
</td>
<td>
<UiButtonEdit @onClick={{fn this.editSwag ps}} />
<UiEditButton @onClick={{fn this.editSwag ps}} />
</td>
</tr>
{{else}}
Expand Down

0 comments on commit 2b2635f

Please sign in to comment.