Skip to content

Commit 2ee8e54

Browse files
committed
any -> BaseContext
1 parent f57fcd6 commit 2ee8e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const defaultTitle = i18n.translate('uiActions.actionPanel.title', {
2929
defaultMessage: 'Options',
3030
});
3131

32-
type ActionWithContext<Context extends BaseContext = any> = [Action<Context>, Context];
32+
type ActionWithContext<Context extends BaseContext = BaseContext> = [Action<Context>, Context];
3333

3434
/**
3535
* Transforms an array of Actions to the shape EuiContextMenuPanel expects.

0 commit comments

Comments
 (0)