1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Fix #1086: Update channel header button hint (#1087)

This commit is contained in:
Chen-I Lim 2021-08-24 11:48:29 -07:00 committed by GitHub
parent a01dd25ecb
commit 5f8e08b79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
}
}