parent
5f8e08b79e
commit
a3fabc45a0
1 changed files with 1 additions and 2 deletions
|
@ -76,8 +76,7 @@ const ShareBoardComponent = React.memo((props: Props): JSX.Element => {
|
|||
shareUrl.searchParams.set('r', readToken)
|
||||
|
||||
if (match.params.workspaceId) {
|
||||
const newPath = generatePath(':basename/workspace/:workspaceId/shared/:boardId/:viewId', {
|
||||
basename: Utils.getFrontendBaseURL(),
|
||||
const newPath = generatePath('/plugins/focalboard/workspace/:workspaceId/shared/:boardId/:viewId', {
|
||||
boardId: match.params.boardId,
|
||||
viewId: match.params.viewId,
|
||||
workspaceId: match.params.workspaceId,
|
||||
|
|
Loading…
Reference in a new issue