mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
49f1d16d48
commit
9f664f15c0
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ export const ExplorerSwimlane = injectI18n(class ExplorerSwimlane extends React.
|
|||
.style('width', `${laneLabelWidth}px`)
|
||||
.html(label => mlEscape(label))
|
||||
.on('click', () => {
|
||||
if (typeof selection.lanes !== 'undefined') {
|
||||
if (selection && typeof selection.lanes !== 'undefined') {
|
||||
swimlaneCellClick({});
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue