We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57fcd6 commit 2ee8e54Copy full SHA for 2ee8e54
1 file changed
src/plugins/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx
@@ -29,7 +29,7 @@ export const defaultTitle = i18n.translate('uiActions.actionPanel.title', {
29
defaultMessage: 'Options',
30
});
31
32
-type ActionWithContext<Context extends BaseContext = any> = [Action<Context>, Context];
+type ActionWithContext<Context extends BaseContext = BaseContext> = [Action<Context>, Context];
33
34
/**
35
* Transforms an array of Actions to the shape EuiContextMenuPanel expects.
0 commit comments