Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Dec 20, 2023
1 parent 163fcf9 commit edabb8b
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ export async function executeEditAction({
}
const rootEmbeddable = embeddable.getRoot();
const overlayTracker = tracksOverlays(rootEmbeddable) ? rootEmbeddable : undefined;
const ConfigPanel = await embeddable.openConfingPanel(
startDependencies,
isNewPanel,
deletePanel
);
const ConfigPanel = await embeddable.openConfingPanel(startDependencies, isNewPanel, deletePanel);
if (ConfigPanel) {
const handle = overlays.openFlyout(
toMountPoint(
Expand Down

0 comments on commit edabb8b

Please sign in to comment.