Skip to content

Commit

Permalink
Fix #3356: fix link on "Copy link" button
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 8, 2024
1 parent 481b110 commit 39aa915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/collection/RecordRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function RecordRow({
<Dropdown.Item
onClick={() => {
navigator.clipboard.writeText(
`${session.auth.server}buckets/${bid}/collections/${cid}/records/${record.id}`
`${session.auth.server}/buckets/${bid}/collections/${cid}/records/${record.id}`
);
}}
>
Expand Down

0 comments on commit 39aa915

Please sign in to comment.