mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fix bug caused by getBucketIntervalToolTipText method when there was no bucket interval. (#17450) (#17460)
This commit is contained in:
parent
1d01980ddb
commit
6ee2e6d75f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
|||
data-test-subj="discoverIntervalSelect"
|
||||
>
|
||||
</select>
|
||||
<span ng-show="bucketInterval.scaled">
|
||||
<span ng-if="bucketInterval.scaled">
|
||||
<icon-tip
|
||||
content="getBucketIntervalToolTipText()"
|
||||
position="'top'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue