mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
parent
a01dd25ecb
commit
5f8e08b79e
@ -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 New Issue
Block a user