Skip to content

Commit

Permalink
fix: remove extra $
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Dec 4, 2024
1 parent 40b4ee1 commit 1a1825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-server/src/argilla_server/_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def share_page(
</head>
<body>
<script>
window.location.href = `${{window.location.origin}}/dataset/${dataset_id}/annotation-mode`;
window.location.href = `${{window.location.origin}}/dataset/{dataset_id}/annotation-mode`;
</script>
</body>
</html>"""
Expand Down

0 comments on commit 1a1825c

Please sign in to comment.