chore: project publish url updated (#4762)
This commit is contained in:
parent
59376ee3da
commit
bdaef179b1
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ export const PublishProjectModal: React.FC<Props> = observer((props) => {
|
|||
});
|
||||
}, [projectPublishSettings, reset]);
|
||||
|
||||
const publishLink = `${SPACE_BASE_URL}/issues/${projectPublishSettings?.anchor}`;
|
||||
const publishLink = `${SPACE_BASE_URL}/${projectPublishSettings?.anchor}`;
|
||||
|
||||
const handleCopyLink = () =>
|
||||
copyTextToClipboard(publishLink).then(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue