Skip to content

Commit

Permalink
fix: #25 fix copy url button
Browse files Browse the repository at this point in the history
Signed-off-by: soGit <[email protected]>
  • Loading branch information
soGit committed Aug 15, 2024
1 parent 66091fe commit 86970e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h6 class="mh-api-install-modal_options">2 options for installing this API Mocks
{{ contract.url }}
</div>
<div style="position: relative; display: inline-block; z-index: 98; color: rgb(85, 85, 85); cursor: pointer; top: 2px;">
<a (mouseenter)="onCopyEnter($event)" (click)="copyToClipboard(contract, $event)"
<a (mouseenter)="onCopyEnter($event)" (click)="copyToClipboard(contract.url, $event)"
data-toggle="tooltip" data-placement="top" title="{{ guiCommandStatus }}" class="oh-install-modal_install-command-copy">
<span aria-hidden="true" class="fa fa-clipboard"></span>
<span class="sr-only">Copy to Clipboard</span>
Expand Down

0 comments on commit 86970e5

Please sign in to comment.