Skip to content

Commit

Permalink
Fix #1086: Update channel header button hint (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Aug 24, 2021
1 parent a01dd25 commit 5f8e08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mattermost-plugin/webapp/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 5f8e08b

Please sign in to comment.