Skip to content

Commit

Permalink
OSB-11: added new way of rendering main menu component
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Jan 13, 2025
1 parent 3924ef8 commit c08c371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ROUTE_GROUP_MANAGEMENT = 'tasks/groups/group';
const DEFAULT_CONFIG = {
translations: [{ key: 'en', messages: messages_en }],
reducers: [{ key: 'tasksManagement', reducer }],
'core.MainMenu': [TasksMainMenu],
'core.MainMenu': [{ name: 'TasksMainMenu', component: TasksMainMenu }],
'admin.MainMenu': [...getAdminMainMenuContributions()],
'core.Router': [
{ path: ROUTE_TASKS_MANAGEMENT, component: TasksManagementPage },
Expand Down

0 comments on commit c08c371

Please sign in to comment.