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 8799013 commit 6ee4d26Copy full SHA for 6ee4d26
src/plugins/dashboard/public/application/dashboard_app_controller.tsx
@@ -981,10 +981,7 @@ export class DashboardAppController {
981
if (!factory) {
982
throw new EmbeddableFactoryNotFoundError(type);
983
}
984
- const explicitInput = await factory.getExplicitInput();
985
- if (dashboardContainer) {
986
- await dashboardContainer.addNewEmbeddable(type, explicitInput);
987
- }
+ await factory.create({} as EmbeddableInput, dashboardContainer);
988
};
989
990
navActions[TopNavIds.OPTIONS] = (anchorElement) => {
0 commit comments