mirror of
https://github.com/makeplane/plane.git
synced 2025-12-24 15:49:36 +01:00
chore: project publish url updated (#4762)
This commit is contained in:
committed by
GitHub
parent
59376ee3da
commit
bdaef179b1
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user