Skip to content

Commit

Permalink
fix recordId
Browse files Browse the repository at this point in the history
  • Loading branch information
dufoli committed Jun 13, 2024
1 parent 051d8c9 commit 9bbab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/data-load.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ class ScrollTableCell extends React.Component {
}
copyToClipboard(e){
e.preventDefault();
navigator.clipboard.writeText(e.target.href);
navigator.clipboard.writeText(this.cell.recordId);
this.model.toggleMenu(this.row.id, this.cell.id);
}
onClick(e) {
Expand Down

0 comments on commit 9bbab4b

Please sign in to comment.