Skip to content

Commit

Permalink
Update x-pack/examples/ui_actions_enhanced_examples/public/plugin.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Dosov <[email protected]>
  • Loading branch information
nreese and Dosant authored Dec 10, 2024
1 parent 5038ecc commit 665309d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class UiActionsEnhancedExamplesPlugin
const startServicesPromise = core.getStartServices();
registerButtonEmbeddable(
embeddable,
new Promise((resolve) => startServicesPromise.then(([_, startDeps]) => resolve(startDeps)))
startServicesPromise.then(([_, startDeps]) => startDeps)
);
}

Expand Down

0 comments on commit 665309d

Please sign in to comment.