williaster commented on a change in pull request #5524: A tagging system for
dashboards, charts and queries
URL:
https://github.com/apache/incubator-superset/pull/5524#discussion_r207979820
##########
File path: superset/assets/src/welcome/App.jsx
##########
@@ -53,7 +96,7 @@ export default class App extends React.PureComponent {
<RecentActivity user={this.props.user} />
</Panel>
</Tab>
- <Tab eventKey={3} title={t('Favorites')}>
+ <Tab eventKey={'favorites'} title={t('Favorites')}>
Review comment:
don't need `{}`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]