mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: project publish url updated
This commit is contained in:
parent
346bc2afe2
commit
957c7e50da
@ -158,7 +158,7 @@ export const PublishProjectModal: React.FC<Props> = observer((props) => {
|
|||||||
});
|
});
|
||||||
}, [projectPublishSettings, reset]);
|
}, [projectPublishSettings, reset]);
|
||||||
|
|
||||||
const publishLink = `${SPACE_BASE_URL}/issues/${projectPublishSettings?.anchor}`;
|
const publishLink = `${SPACE_BASE_URL}/${projectPublishSettings?.anchor}`;
|
||||||
|
|
||||||
const handleCopyLink = () =>
|
const handleCopyLink = () =>
|
||||||
copyTextToClipboard(publishLink).then(() =>
|
copyTextToClipboard(publishLink).then(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user