mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
(cherry picked from commit fe4553ddee
)
Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
This commit is contained in:
parent
8efb783c2d
commit
37b175caab
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export function FieldPicker({
|
|||
aria-disabled={!hasFields}
|
||||
onClick={() => {
|
||||
if (hasFields) {
|
||||
setOpen(true);
|
||||
setOpen(!open);
|
||||
}
|
||||
}}
|
||||
onClickAriaLabel={badgeDescription}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue