parent
a01dd25ecb
commit
5f8e08b79e
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ export default class Plugin {
|
|||
this.channelHeaderButtonId = registry.registerChannelHeaderButtonAction(<FocalboardIcon/>, () => {
|
||||
const currentChannel = mmStore.getState().entities.channels.currentChannelId
|
||||
window.open(`${window.location.origin}/plug/focalboard/workspace/${currentChannel}`)
|
||||
}, '', 'Focalboard Workspace')
|
||||
}, '', 'Boards Workspace')
|
||||
this.registry.registerCustomRoute('/', MainApp)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue