Skip to content

Commit

Permalink
Add another TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Heenawter committed Jul 7, 2023
1 parent d71df9e commit 9b10044
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { coreServices, untilPluginStartServicesReady } from '../services/kibana_

export type NavigationEmbeddableFactory = EmbeddableFactory;

// TODO: Replace string 'OPEN_FLYOUT_ADD_DRILLDOWN' with constant as part of https://github.com/elastic/kibana/issues/154381
const getDefaultNavigationEmbeddableInput = (): Omit<NavigationEmbeddableInput, 'id'> => ({
links: {},
disabledActions: [ACTION_ADD_PANEL, 'OPEN_FLYOUT_ADD_DRILLDOWN'],
Expand Down

0 comments on commit 9b10044

Please sign in to comment.