|
|
@@ -115,9 +115,9 @@ export default class Sidebar extends Component<PropsType, StateType> {
|
|
|
Templates
|
|
|
</NavButton>
|
|
|
<NavButton
|
|
|
- onClick={() => this.props.setCurrentView('integrations')}
|
|
|
+ // onClick={() => this.props.setCurrentView('integrations')}
|
|
|
selected={this.props.currentView === 'integrations'}
|
|
|
- // onClick={() => this.context.setCurrentModal('IntegrationsInstructionsModal', {})}
|
|
|
+ onClick={() => this.context.setCurrentModal('IntegrationsInstructionsModal', {})}
|
|
|
>
|
|
|
<img src={integrations} />
|
|
|
Integrations
|