Skip to content

Commit

Permalink
[Graph] Fix closing behaviour of the field picker popover (#138799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta authored Aug 15, 2022
1 parent 16a83ec commit fe4553d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function FieldPicker({
aria-disabled={!hasFields}
onClick={() => {
if (hasFields) {
setOpen(true);
setOpen(!open);
}
}}
onClickAriaLabel={badgeDescription}
Expand Down

0 comments on commit fe4553d

Please sign in to comment.