Skip to content

Commit

Permalink
rename button registration file
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Romero <[email protected]>
  • Loading branch information
joshuarrrr committed Jan 5, 2024
1 parent 077424c commit 21a8740
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/advanced_settings/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { CoreSetup, CoreStart, Plugin } from 'opensearch-dashboards/public';
import { FeatureCatalogueCategory } from '../../home/public';
import { ComponentRegistry } from './component_registry';
import { AdvancedSettingsSetup, AdvancedSettingsStart, AdvancedSettingsPluginSetup } from './types';
import { setupTopNavThemeButton, setupTopNavUserButton } from './account-app';
import { setupTopNavThemeButton } from './register_nav_control';

const component = new ComponentRegistry();

Expand Down

0 comments on commit 21a8740

Please sign in to comment.