We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14001e6 commit 3294706Copy full SHA for 3294706
src/dashboard/DashboardView.react.js
@@ -125,10 +125,10 @@ export default class DashboardView extends React.Component {
125
126
let apiSubSections = [];
127
128
- // apiSubSections.push({
129
- // name: "Connect",
130
- // link: "/connections"
131
- // });
+ apiSubSections.push({
+ name: "Connect",
+ link: "/connect"
+ });
132
133
apiSubSections.push({
134
name: 'Console',
@@ -390,7 +390,7 @@ export default class DashboardView extends React.Component {
390
391
let sidebar = (
392
<Sidebar
393
- showTour={this.state.showTour}
+ showTour={this.state && this.state.showTour}
394
sections={appSidebarSections}
395
appSelector={true}
396
section={this.section}
0 commit comments