mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix popover state (#90942)
This commit is contained in:
parent
ec8305baa7
commit
0fc9467e51
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export function TimeScaling({
|
|||
iconSide="right"
|
||||
data-test-subj="indexPattern-time-scaling-popover"
|
||||
onClick={() => {
|
||||
setPopoverOpen(true);
|
||||
setPopoverOpen(!popoverOpen);
|
||||
}}
|
||||
>
|
||||
{i18n.translate('xpack.lens.indexPattern.timeScale.advancedSettings', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue