mirror of
https://github.com/apache/superset.git
synced 2026-05-09 01:46:06 +00:00
More goodness
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user