Skip to content

Commit

Permalink
Update extensionPointId
Browse files Browse the repository at this point in the history
  • Loading branch information
joey-grafana committed Feb 14, 2025
1 parent 6451915 commit 63171eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Explore/panels/PanelMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { reportAppInteraction, USER_EVENTS_PAGES, USER_EVENTS_ACTIONS } from "ut
import { getDataSource, getTraceExplorationScene } from "utils/utils";

const ADD_TO_INVESTIGATION_MENU_TEXT = 'Add to investigation';
const extensionPointId = 'grafana-explore-metrics/exploration/v1';
const extensionPointId = 'grafana-exploretraces-app/exploration/v1';
const ADD_TO_INVESTIGATION_MENU_DIVIDER_TEXT = 'investigations_divider'; // Text won't be visible
const ADD_TO_INVESTIGATION_MENU_GROUP_TEXT = 'Investigations';

Expand Down

0 comments on commit 63171eb

Please sign in to comment.