We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae07675 commit 6d05a17Copy full SHA for 6d05a17
x-pack/plugins/advanced_ui_actions/public/components/action_wizard/action_wizard.tsx
@@ -104,9 +104,7 @@ export const ActionWizard: React.FC<ActionWizardProps> = ({
104
);
105
};
106
107
-interface SelectedActionFactoryProps<
108
- Config extends ActionBaseConfig = ActionBaseConfig
109
-> {
+interface SelectedActionFactoryProps<Config extends ActionBaseConfig = ActionBaseConfig> {
110
actionFactory: ActionFactory<Config>;
111
config: Config;
112
onConfigChange: (config: Config) => void;
0 commit comments