Fix issue (#1329)
This commit is contained in:
parent
50470efe07
commit
ec6bee9d65
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export default class Plugin {
|
|||
windowAny.frontendBaseURL = subpath + '/boards'
|
||||
const goToFocalboardWorkspace = () => {
|
||||
const currentChannel = mmStore.getState().entities.channels.currentChannelId
|
||||
window.open(`${windowAny.frontendBaseURL}/workspace/${currentChannel}`)
|
||||
window.open(`${windowAny.frontendBaseURL}/workspace/${currentChannel}`, '_blank', 'noopener')
|
||||
}
|
||||
this.channelHeaderButtonId = registry.registerChannelHeaderButtonAction(<FocalboardIcon/>, goToFocalboardWorkspace, '', 'Boards')
|
||||
this.registry.registerProduct('/boards', 'product-boards', 'Boards', '/boards/dashboard', MainApp, HeaderComponent)
|
||||
|
|
Loading…
Reference in a new issue