mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
2b4a5fbb3f
commit
9bd97a4016
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function mapStateToProps(state = {}) {
|
|||
function mapDispatchToProps(dispatch) {
|
||||
return {
|
||||
closeFlyout: () => {
|
||||
clearTransientLayerStateAndCloseFlyout();
|
||||
dispatch(clearTransientLayerStateAndCloseFlyout());
|
||||
},
|
||||
previewLayer: layer => {
|
||||
dispatch(addLayer(layer.toLayerDescriptor()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue