Skip to content

Commit

Permalink
GpResWaw: fix set as location btn (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpcb authored Jun 25, 2024
1 parent 21a30c9 commit 7eab929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/components/gp-results-raw-output.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="c-gp-results-raw-output_list_item_top-wrapper_actions">
<div class="c-gp-results-raw-output_list_item_top-wrapper_actions_btn"
as-tooltip="'Set as location for the next test', 'right'"
on-click="@this.setProbeAsLocation(this.probe)">
on-click="@this.setProbeAsLocation(this)">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</div>
</div>
Expand Down

0 comments on commit 7eab929

Please sign in to comment.