Skip to content

Commit

Permalink
Fix ts syntax error in EuiContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jul 13, 2018
1 parent 9c45132 commit 544c248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 0 additions & 1 deletion src/components/context_menu/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ declare module '@elastic/eui' {
disabled?: boolean;
onClick?: () => void;
buttonRef?: RefCallback<HTMLButtonElement>;
hasPanel?: boolean;
toolTipContent?: ReactNode;
toolTipTitle?: ReactNode;
toolTipPosition?: string;
Expand Down

0 comments on commit 544c248

Please sign in to comment.