Protocol handler for deep linking in desktop app

This commit is contained in:
David Meza
2017-10-09 11:12:21 -05:00
parent fb9a005f39
commit 40892e0430
5 changed files with 52 additions and 9 deletions

View File

@@ -254,8 +254,7 @@ const MainPage = createReactClass({
withTab={this.props.teams.length > 1}
useSpellChecker={this.props.useSpellChecker}
onSelectSpellCheckerLocale={this.props.onSelectSpellCheckerLocale}
src={team.url}
name={team.name}
team={team}
onTargetURLChange={self.handleTargetURLChange}
onUnreadCountChange={handleUnreadCountChange}
onNotificationClick={handleNotificationClick}