Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kdelemme committed Nov 14, 2024
1 parent a4fb143 commit 023f9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/observability_solution/slo/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,15 @@ export class SLOPlugin
const createSLOFlyout = lazyWithContextProviders(
lazy(() => import('./pages/slo_edit/shared_flyout/slo_add_form_flyout')),
{ spinnerSize: 'm' }
),
);

plugins.discoverShared.features.registry.register({
id: 'observability-create-slo',
createSLOFlyout
createSLOFlyout,
});

return {
getCreateSLOFlyout: createSLOFlyout
getCreateSLOFlyout: createSLOFlyout,
};
}

Expand Down

0 comments on commit 023f9d2

Please sign in to comment.