From 544c24889cce328e7eb057137421b7aff9d4281d Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Fri, 13 Jul 2018 15:11:53 -0600 Subject: [PATCH] Fix ts syntax error in EuiContextMenu --- CHANGELOG.md | 2 +- src/components/context_menu/index.d.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95922500349..33f11955b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - `EuiInMemoryTable` no longer resets to the first page on prop update when `items` remains the same ([#1008](https://github.com/elastic/eui/pull/1008)) - Fixed css selector for hiding responsive `EuiBreadcrumb`'s ([#1009](https://github.com/elastic/eui/pull/1009)) - Fixed responsive utility classes for IE ([#1009](https://github.com/elastic/eui/pull/1009)) -- Fixed a syntax error in `keyCodes`'s typescript definition ([#1012](https://github.com/elastic/eui/pull/1012)) +- Fixed syntax errors in `keyCodes`'s and `EuiContextMenu`'s typescript definition ([#1012](https://github.com/elastic/eui/pull/1012)) ## [`2.0.0`](https://github.com/elastic/eui/tree/v2.0.0) diff --git a/src/components/context_menu/index.d.ts b/src/components/context_menu/index.d.ts index d7ff21fa1d0..ee4532f2283 100644 --- a/src/components/context_menu/index.d.ts +++ b/src/components/context_menu/index.d.ts @@ -61,7 +61,6 @@ declare module '@elastic/eui' { disabled?: boolean; onClick?: () => void; buttonRef?: RefCallback; - hasPanel?: boolean; toolTipContent?: ReactNode; toolTipTitle?: ReactNode; toolTipPosition?: string;