Skip to content

Commit

Permalink
Revert removal of the plugin path
Browse files Browse the repository at this point in the history
The `discover` app didn't work with this change
  • Loading branch information
AlexRuiz7 authored Apr 21, 2023
1 parent 84b6969 commit 2d6e662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/opensearch_dashboards_overview/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@

export const PLUGIN_ID = 'opensearchDashboardsOverview';
export const PLUGIN_NAME = 'Overview';
export const PLUGIN_PATH = '';
export const PLUGIN_PATH = `/app/opensearch_dashboards_overview`;
export const PLUGIN_ICON = 'inputOutput';

0 comments on commit 2d6e662

Please sign in to comment.