Skip to content

Commit

Permalink
[EuiSuperUpdateButton] use Partial for toolTipProps (#7692)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll authored Apr 16, 2024
1 parent 7f8b631 commit 9411c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/upcoming/7692.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed `toolTipProps` type on `EuiSuperUpdateButton` to use `Partial<EuiToolTipProps>`
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export type EuiSuperUpdateButtonProps = {
/**
* Passes props to `EuiToolTip`
*/
toolTipProps?: EuiToolTipProps;
toolTipProps?: Partial<EuiToolTipProps>;

/**
* Returns an IconButton instead
Expand Down

0 comments on commit 9411c6a

Please sign in to comment.