Skip to content

Commit

Permalink
fix btn id
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Dec 1, 2023
1 parent ad68566 commit 7356c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/statistics/recommender/custom-improvements.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class IntentImprovement extends LitElement {
</button>
<button
type="button"
id="copyToClipboardButton"
class="btn btn-outline-secondary mb-2"
@click="${this.copyToClipboard}"
>
Expand Down
1 change: 1 addition & 0 deletions src/statistics/recommender/intent-improvements.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class IntentImprovement extends LitElement {
<button
type="button"
id="copyToClipboardButton"
class="btn btn-outline-secondary mb-2"
@click="${this.copyToClipboard}"
>
Expand Down

0 comments on commit 7356c44

Please sign in to comment.