More goodness

This commit is contained in:
Maxime Beauchemin
2016-08-16 21:00:23 -07:00
parent 7a3ed6e1bc
commit ab43bbbc21
14 changed files with 265 additions and 111 deletions

View File

@@ -4,8 +4,8 @@ import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import * as Actions from '../actions';
import QueryLink from './QueryLink';
import shortid from 'shortid';
// CSS
import 'react-select/dist/react-select.css';
const LeftPane = (props) => {
@@ -43,6 +43,12 @@ const LeftPane = (props) => {
<Button onClick={props.actions.resetState.bind(this)}>
Reset State
</Button>
<Button onClick={props.actions.addAlert.bind(this, {
msg: 'This info alert is a demo alert',
bsStyle: 'info',
})}>
Add Alert
</Button>
</div>
</div>
</div>